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