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