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