Uses of Class
org.eclipse.ditto.things.model.signals.events.AttributesDeleted
Packages that use AttributesDeleted
-
Uses of AttributesDeleted in org.eclipse.ditto.things.model.signals.events
Methods in org.eclipse.ditto.things.model.signals.events that return AttributesDeletedModifier and TypeMethodDescriptionstatic AttributesDeletedAttributesDeleted.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newAttributesDeletedfrom a JSON string.static AttributesDeletedAttributesDeleted.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newAttributesDeletedfrom a JSON object.static AttributesDeletedAttributesDeleted.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 newAttributesDeletedobject.AttributesDeleted.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) AttributesDeleted.setEntity(org.eclipse.ditto.json.JsonValue entity) AttributesDeleted.setRevision(long revision)