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