| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.modify |
| Modifier and Type | Method and Description |
|---|---|
static DeleteAttribute |
DeleteAttribute.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
DeleteAttribute from a JSON object. |
static DeleteAttribute |
DeleteAttribute.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
DeleteAttribute from a JSON string. |
static DeleteAttribute |
DeleteAttribute.of(String thingId,
org.eclipse.ditto.json.JsonPointer attributeJsonPointer,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Returns a command for deleting a Thing's attribute which can be accessed with the given authorization context.
|
DeleteAttribute |
DeleteAttribute.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.