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