Uses of Class
org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreated
-
Packages that use FeaturePropertiesCreated Package Description org.eclipse.ditto.things.model.signals.events -
-
Uses of FeaturePropertiesCreated in org.eclipse.ditto.things.model.signals.events
Methods in org.eclipse.ditto.things.model.signals.events that return FeaturePropertiesCreated Modifier and Type Method Description static FeaturePropertiesCreatedFeaturePropertiesCreated. fromJson(java.lang.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, java.lang.String featureId, FeatureProperties properties, 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 newPropertiesCreatedobject.FeaturePropertiesCreatedFeaturePropertiesCreated. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)FeaturePropertiesCreatedFeaturePropertiesCreated. setRevision(long revision)
-