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