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