Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinition
-
Packages that use DeleteFeatureDefinition Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteFeatureDefinition in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeatureDefinition Modifier and Type Method Description static DeleteFeatureDefinitionDeleteFeatureDefinition. fromJson(java.lang.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, java.lang.String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for deleting a Feature's Definition on a Thing.DeleteFeatureDefinitionDeleteFeatureDefinition. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-