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