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