Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveWotThingDescriptionResponse
Packages that use RetrieveWotThingDescriptionResponse
-
Uses of RetrieveWotThingDescriptionResponse in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveWotThingDescriptionResponseModifier and TypeMethodDescriptionRetrieveWotThingDescriptionResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand from a JSON string.RetrieveWotThingDescriptionResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand from a JSON object.RetrieveWotThingDescriptionResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonObject td, String tdPlainJson, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveThingResponsefor the specified arguments.RetrieveWotThingDescriptionResponse.of(ThingId thingId, String tdPlainJson, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand returning the Thing Description (TD).RetrieveWotThingDescriptionResponse.of(ThingId thingId, org.eclipse.ditto.json.JsonObject td, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingcommand returning the Thing Description (TD).RetrieveWotThingDescriptionResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) RetrieveWotThingDescriptionResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)