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