Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeature
Packages that use DeleteFeature
-
Uses of DeleteFeature in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeatureModifier and TypeMethodDescriptionstatic DeleteFeatureDeleteFeature.fromJson(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, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for deleting a new Feature on a Thing.DeleteFeature.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) DeleteFeature.setEntity(org.eclipse.ditto.json.JsonValue entity)