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