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