Uses of Class
com.cumulocity.rest.representation.event.EventRepresentation
Packages that use EventRepresentation
Package
Description
Provides the classes necessary to create, delete, update and query events.
-
Uses of EventRepresentation in com.cumulocity.rest.representation.alarm
Subclasses of EventRepresentation in com.cumulocity.rest.representation.alarm -
Uses of EventRepresentation in com.cumulocity.rest.representation.audit
Subclasses of EventRepresentation in com.cumulocity.rest.representation.audit -
Uses of EventRepresentation in com.cumulocity.rest.representation.event
Methods in com.cumulocity.rest.representation.event that return types with arguments of type EventRepresentationModifier and TypeMethodDescriptionEventCollectionRepresentation.getEvents()
EventCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.event with type arguments of type EventRepresentationModifier and TypeMethodDescriptionvoid
EventCollectionRepresentation.setEvents
(List<EventRepresentation> events) -
Uses of EventRepresentation in com.cumulocity.sdk.client.event
Methods in com.cumulocity.sdk.client.event that return EventRepresentationModifier 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) Methods in com.cumulocity.sdk.client.event that return types with arguments of type EventRepresentationModifier and TypeMethodDescriptionPagedEventCollectionRepresentation.allPages()
PagedEventCollectionRepresentation.elements
(int limit) Methods in com.cumulocity.sdk.client.event with parameters of type EventRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.event with type arguments of type EventRepresentationModifierConstructorDescriptionPagedEventCollectionRepresentation
(EventCollectionRepresentation collection, PagedCollectionResource<EventRepresentation, ? extends EventCollectionRepresentation> collectionResource)