| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.query |
| Modifier and Type | Method and Description |
|---|---|
static RetrieveThingResponse |
RetrieveThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveThing command from a JSON object. |
static RetrieveThingResponse |
RetrieveThingResponse.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveThing command from a JSON string. |
static RetrieveThingResponse |
RetrieveThingResponse.of(String thingId,
org.eclipse.ditto.json.JsonObject thing,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveThing command. |
static RetrieveThingResponse |
RetrieveThingResponse.of(String thingId,
org.eclipse.ditto.model.things.Thing thing,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveThing command. |
RetrieveThingResponse |
RetrieveThingResponse.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
RetrieveThingResponse |
RetrieveThingResponse.setEntity(org.eclipse.ditto.json.JsonValue entity) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.