| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.query |
| Modifier and Type | Method and Description |
|---|---|
static RetrieveFeaturePropertyResponse |
RetrieveFeaturePropertyResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveFeatureProperty command from a JSON object. |
static RetrieveFeaturePropertyResponse |
RetrieveFeaturePropertyResponse.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveFeatureProperty command from a JSON string. |
static RetrieveFeaturePropertyResponse |
RetrieveFeaturePropertyResponse.of(String thingId,
String featureId,
org.eclipse.ditto.json.JsonPointer featurePropertyPointer,
org.eclipse.ditto.json.JsonValue featurePropertyValue,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveFeatureProperty command. |
RetrieveFeaturePropertyResponse |
RetrieveFeaturePropertyResponse.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
RetrieveFeaturePropertyResponse |
RetrieveFeaturePropertyResponse.setEntity(org.eclipse.ditto.json.JsonValue entity) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.