static FeatureDesiredPropertiesCreated |
FeatureDesiredPropertiesCreated.fromJson(java.lang.String jsonString,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a new FeatureDesiredPropertiesCreated from a JSON string.
|
static FeatureDesiredPropertiesCreated |
FeatureDesiredPropertiesCreated.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
Creates a new FeatureDesiredPropertiesCreated from a JSON object.
|
static FeatureDesiredPropertiesCreated |
FeatureDesiredPropertiesCreated.of(ThingId thingId,
java.lang.CharSequence featureId,
FeatureProperties desiredProperties,
long revision,
java.time.Instant timestamp,
org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders,
org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) |
Constructs a new FeatureDesiredPropertiesCreated object.
|
FeatureDesiredPropertiesCreated |
FeatureDesiredPropertiesCreated.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) |
|
FeatureDesiredPropertiesCreated |
FeatureDesiredPropertiesCreated.setRevision(long revision) |
|