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