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