Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponse
-
Packages that use DeleteFeaturePropertyResponse Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteFeaturePropertyResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeaturePropertyResponse Modifier and Type Method Description static DeleteFeaturePropertyResponseDeleteFeaturePropertyResponse. fromJson(java.lang.String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturePropertycommand from a JSON string.static DeleteFeaturePropertyResponseDeleteFeaturePropertyResponse. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturePropertycommand from a JSON object.static DeleteFeaturePropertyResponseDeleteFeaturePropertyResponse. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturePropertycommand.DeleteFeaturePropertyResponseDeleteFeaturePropertyResponse. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-