| Modifier and Type | Method and Description |
|---|---|
Payload |
PayloadBuilder.build()
Creates a new
Payload from the previously set values. |
Payload |
Adaptable.getPayload()
Returns the
Payload of this Adaptable. |
static Payload |
ProtocolFactory.newPayload(org.eclipse.ditto.json.JsonObject jsonObject)
Returns a new
Payload from the specified jsonObject. |
static Payload |
ProtocolFactory.newPayload(String jsonString)
Returns a new
Payload from the specified jsonString. |
| Modifier and Type | Method and Description |
|---|---|
AdaptableBuilder |
AdaptableBuilder.withPayload(Payload payload)
Sets the given
payload to this builder. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.