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