| Modifier and Type | Method and Description |
|---|---|
static AclEntryCreated |
AclEntryCreated.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
AclEntryCreated from a JSON object. |
static AclEntryCreated |
AclEntryCreated.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
AclEntryCreated from a JSON string. |
static AclEntryCreated |
AclEntryCreated.of(String thingId,
org.eclipse.ditto.model.things.AclEntry aclEntry,
long revision,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Constructs a new
AclEntryCreated object. |
static AclEntryCreated |
AclEntryCreated.of(String thingId,
org.eclipse.ditto.model.things.AclEntry aclEntry,
long revision,
Instant timestamp,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Constructs a new
AclEntryCreated object. |
AclEntryCreated |
AclEntryCreated.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
AclEntryCreated |
AclEntryCreated.setRevision(long revision) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.