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