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