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