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