Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponse
Packages that use ModifyFeatureResponse
-
Uses of ModifyFeatureResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeatureResponseModifier and TypeMethodDescriptionstatic ModifyFeatureResponseModifyFeatureResponse.created(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureResponsefor a created Feature.static ModifyFeatureResponseModifyFeatureResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeaturecommand from a JSON string.static ModifyFeatureResponseModifyFeatureResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeaturecommand from a JSON object.static ModifyFeatureResponseModifyFeatureResponse.modified(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureResponsefor a modified Feature.static ModifyFeatureResponseModifyFeatureResponse.newInstance(ThingId thingId, Feature feature, String featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureResponsefor the specified arguments.ModifyFeatureResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyFeatureResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)