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