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