Uses of Class
org.eclipse.ditto.things.model.signals.events.FeaturesDeleted
Packages that use FeaturesDeleted
-
Uses of FeaturesDeleted in org.eclipse.ditto.things.model.signals.events
Methods in org.eclipse.ditto.things.model.signals.events that return FeaturesDeletedModifier and TypeMethodDescriptionstatic FeaturesDeletedFeaturesDeleted.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newFeaturesDeletedfrom a JSON string.static FeaturesDeletedFeaturesDeleted.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newFeaturesDeletedfrom a JSON object.static FeaturesDeletedFeaturesDeleted.of(ThingId thingId, long revision, Instant timestamp, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, org.eclipse.ditto.base.model.entity.metadata.Metadata metadata) Constructs a newFeaturesDeletedobject.FeaturesDeleted.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) FeaturesDeleted.setEntity(org.eclipse.ditto.json.JsonValue entity) FeaturesDeleted.setRevision(long revision)