Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributes
Packages that use RetrieveAttributes
-
Uses of RetrieveAttributes in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveAttributesModifier and TypeMethodDescriptionstatic RetrieveAttributesRetrieveAttributes.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveAttributesfrom a JSON string.static RetrieveAttributesRetrieveAttributes.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveAttributesfrom a JSON object.static RetrieveAttributesRetrieveAttributes.of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for retrieving the attributes of a Thing with the given ID.static RetrieveAttributesRetrieveAttributes.of(ThingId thingId, org.eclipse.ditto.json.JsonFieldSelector selectedFields, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for retrieving an attribute of a Thing with the given ID.RetrieveAttributes.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)