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