Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponse
Packages that use DeleteThingDefinitionResponse
-
Uses of DeleteThingDefinitionResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteThingDefinitionResponseModifier and TypeMethodDescriptionDeleteThingDefinitionResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteThingDefinitioncommand from a JSON string.DeleteThingDefinitionResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteThingDefinitioncommand from a JSON object.DeleteThingDefinitionResponse.newInstance(ThingId thingId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteThingDefinitionResponsefor the specified arguments.DeleteThingDefinitionResponse.of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteThingDefinitioncommand.DeleteThingDefinitionResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) DeleteThingDefinitionResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)