Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponse
-
Packages that use DeleteThingDefinitionResponse Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteThingDefinitionResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteThingDefinitionResponse Modifier and Type Method Description static DeleteThingDefinitionResponseDeleteThingDefinitionResponse. fromJson(java.lang.String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteThingDefinitioncommand from a JSON string.static DeleteThingDefinitionResponseDeleteThingDefinitionResponse. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteThingDefinitioncommand from a JSON object.static DeleteThingDefinitionResponseDeleteThingDefinitionResponse. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteThingDefinitioncommand.DeleteThingDefinitionResponseDeleteThingDefinitionResponse. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-