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