Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinition
Packages that use DeleteFeatureDefinition
-
Uses of DeleteFeatureDefinition in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeatureDefinitionModifier and TypeMethodDescriptionstatic DeleteFeatureDefinitionDeleteFeatureDefinition.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newDeleteFeaturePropertiesfrom a JSON string.static DeleteFeatureDefinitionDeleteFeatureDefinition.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newDeleteFeaturePropertiesfrom a JSON object.static DeleteFeatureDefinitionDeleteFeatureDefinition.of(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for deleting a Feature's Definition on a Thing.DeleteFeatureDefinition.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) DeleteFeatureDefinition.setEntity(org.eclipse.ditto.json.JsonValue entity)