Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponse
Packages that use RetrieveAttributeResponse
-
Uses of RetrieveAttributeResponse in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveAttributeResponseModifier and TypeMethodDescriptionstatic RetrieveAttributeResponseRetrieveAttributeResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveAttributecommand from a JSON string.static RetrieveAttributeResponseRetrieveAttributeResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveAttributecommand from a JSON object.static RetrieveAttributeResponseRetrieveAttributeResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveAttributeResponsefor the specified arguments.static RetrieveAttributeResponseRetrieveAttributeResponse.of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.json.JsonValue attributeValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveAttributecommand.RetrieveAttributeResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) RetrieveAttributeResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)