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