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