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