static ModifyFeatureResponse |
ModifyFeatureResponse.created(ThingId thingId,
Feature feature,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Returns a new ModifyFeatureResponse for a created Feature.
|
static ModifyFeatureResponse |
ModifyFeatureResponse.fromJson(java.lang.String jsonString,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a response to a ModifyFeature command from a JSON string.
|
static ModifyFeatureResponse |
ModifyFeatureResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a response to a ModifyFeature command from a JSON object.
|
static ModifyFeatureResponse |
ModifyFeatureResponse.modified(ThingId thingId,
java.lang.String featureId,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Returns a new ModifyFeatureResponse for a modified Feature.
|
ModifyFeatureResponse |
ModifyFeatureResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
|