| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.modify |
| Modifier and Type | Method and Description |
|---|---|
static DeleteAclEntry |
DeleteAclEntry.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
DeleteAclEntry from a JSON object. |
static DeleteAclEntry |
DeleteAclEntry.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
DeleteAclEntry from a JSON string. |
static DeleteAclEntry |
DeleteAclEntry.of(String thingId,
org.eclipse.ditto.model.base.auth.AuthorizationSubject authorizationSubject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Returns a command for deleting one single ACL entry of a Thing.
|
DeleteAclEntry |
DeleteAclEntry.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.