Uses of Class
com.cumulocity.rest.representation.event.EventRepresentation
Package
Description
Provides the classes necessary to create, delete, update and query events.
-
Uses of EventRepresentation in com.cumulocity.rest.representation.alarm
-
Uses of EventRepresentation in com.cumulocity.rest.representation.audit
-
Uses of EventRepresentation in com.cumulocity.rest.representation.event
Modifier and TypeMethodDescriptionEventCollectionRepresentation.getEvents()
EventCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
EventCollectionRepresentation.setEvents
(List<EventRepresentation> events) -
Uses of EventRepresentation in com.cumulocity.sdk.client.event
Modifier and TypeMethodDescriptionEventApi.create
(EventRepresentation event) Creates event in the platform.EventApiImpl.create
(EventRepresentation representation) Gets event by idEventApi.update
(EventRepresentation eventRepresentation) This update the event in the platform.EventApiImpl.update
(EventRepresentation eventRepresentation) Modifier and TypeMethodDescriptionPagedEventCollectionRepresentation.allPages()
PagedEventCollectionRepresentation.elements
(int limit) Modifier and TypeMethodDescriptionEventApi.create
(EventRepresentation event) Creates event in the platform.EventApiImpl.create
(EventRepresentation representation) EventApi.createAsync
(EventRepresentation event) Creates event in the platform.EventApiImpl.createAsync
(EventRepresentation representation) void
EventApi.delete
(EventRepresentation event) Deletes event from the platform.void
EventApiImpl.delete
(EventRepresentation event) EventApi.update
(EventRepresentation eventRepresentation) This update the event in the platform.EventApiImpl.update
(EventRepresentation eventRepresentation) ModifierConstructorDescriptionPagedEventCollectionRepresentation
(EventCollectionRepresentation collection, PagedCollectionResource<EventRepresentation, ? extends EventCollectionRepresentation> collectionResource)