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