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