Uses of Class
org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreated
Packages that use FeaturePropertiesCreated
-
Uses of FeaturePropertiesCreated in org.eclipse.ditto.things.model.signals.events
Methods in org.eclipse.ditto.things.model.signals.events that return FeaturePropertiesCreatedModifier and TypeMethodDescriptionstatic FeaturePropertiesCreatedFeaturePropertiesCreated.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newPropertiesCreatedfrom a JSON string.static FeaturePropertiesCreatedFeaturePropertiesCreated.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newFeaturePropertiesCreatedfrom a JSON object.static FeaturePropertiesCreatedFeaturePropertiesCreated.of(ThingId thingId, String featureId, FeatureProperties properties, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newPropertiesCreatedobject.FeaturePropertiesCreated.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) FeaturePropertiesCreated.setEntity(org.eclipse.ditto.json.JsonValue entity) FeaturePropertiesCreated.setRevision(long revision)