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