| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.modify |
| Modifier and Type | Method and Description |
|---|---|
static CreateThingResponse |
CreateThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
CreateThing command from a JSON object. |
static CreateThingResponse |
CreateThingResponse.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
CreateThing command from a JSON string. |
static CreateThingResponse |
CreateThingResponse.of(org.eclipse.ditto.model.things.Thing thing,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Returns a new
CreateThingResponse for a created Thing. |
CreateThingResponse |
CreateThingResponse.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.