Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureProperties
-
Packages that use DeleteFeatureProperties Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteFeatureProperties in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeatureProperties Modifier and Type Method Description static DeleteFeaturePropertiesDeleteFeatureProperties. fromJson(java.lang.String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a newDeleteFeaturePropertiesfrom a JSON string.static DeleteFeaturePropertiesDeleteFeatureProperties. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a newDeleteFeaturePropertiesfrom a JSON object.static DeleteFeaturePropertiesDeleteFeatureProperties. of(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's Properties on a Thing.DeleteFeaturePropertiesDeleteFeatureProperties. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-