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