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