Uses of Class
org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreated
Packages that use FeatureDesiredPropertiesCreated
-
Uses of FeatureDesiredPropertiesCreated in org.eclipse.ditto.things.model.signals.events
Methods in org.eclipse.ditto.things.model.signals.events that return FeatureDesiredPropertiesCreatedModifier and TypeMethodDescriptionFeatureDesiredPropertiesCreated.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newFeatureDesiredPropertiesCreatedfrom a JSON string.FeatureDesiredPropertiesCreated.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newFeatureDesiredPropertiesCreatedfrom a JSON object.FeatureDesiredPropertiesCreated.of(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeatureDesiredPropertiesCreatedobject.FeatureDesiredPropertiesCreated.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) FeatureDesiredPropertiesCreated.setEntity(org.eclipse.ditto.json.JsonValue entity) FeatureDesiredPropertiesCreated.setRevision(long revision)