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