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