| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.query |
| Modifier and Type | Method and Description |
|---|---|
static RetrieveAttribute |
RetrieveAttribute.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
RetrieveAttribute from a JSON object. |
static RetrieveAttribute |
RetrieveAttribute.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
RetrieveAttribute from a JSON string. |
static RetrieveAttribute |
RetrieveAttribute.of(String thingId,
org.eclipse.ditto.json.JsonPointer attributeJsonPointer,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Returns a command for retrieving an attribute of a Thing with the given ID.
|
RetrieveAttribute |
RetrieveAttribute.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.