Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponse
-
Packages that use DeleteThingResponse Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteThingResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteThingResponse Modifier and Type Method Description static DeleteThingResponseDeleteThingResponse. fromJson(java.lang.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. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteThingcommand.DeleteThingResponseDeleteThingResponse. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-