Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponse
Packages that use RetrieveThingResponse
-
Uses of RetrieveThingResponse in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThingResponseModifier and TypeMethodDescriptionstatic RetrieveThingResponseRetrieveThingResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand from a JSON string.static RetrieveThingResponseRetrieveThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand from a JSON object.static RetrieveThingResponseRetrieveThingResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonObject thing, String thingPlainJson, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveThingResponsefor the specified arguments.static RetrieveThingResponseRetrieveThingResponse.of(ThingId thingId, String thingPlainJson, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand.static RetrieveThingResponseRetrieveThingResponse.of(ThingId thingId, org.eclipse.ditto.json.JsonObject thing, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand.static RetrieveThingResponseRetrieveThingResponse.of(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonFieldSelector fieldSelector, Predicate<org.eclipse.ditto.json.JsonField> predicate, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand.RetrieveThingResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) RetrieveThingResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)