static ModifyThingResponse |
ModifyThingResponse.created(Thing thing,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Returns a new ModifyThingResponse for a created Thing.
|
static ModifyThingResponse |
ModifyThingResponse.fromJson(java.lang.String jsonString,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a response to a ModifyThing command from a JSON string.
|
static ModifyThingResponse |
ModifyThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a response to a ModifyThing command from a JSON object.
|
static ModifyThingResponse |
ModifyThingResponse.modified(ThingId thingId,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Returns a new ModifyThingResponse for a modified Thing.
|
ModifyThingResponse |
ModifyThingResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
|