Package com.cumulocity.sdk.client.event
package com.cumulocity.sdk.client.event
Provides the classes necessary to create, delete, update and query events.
Event is represented by EventRepresentation and a set of
events by EventCollectionRepresentation.
Event api involves four main entities:
the event api operationCollection, the event operationCollection,
the event collection operationCollection and the event filter operationCollection.
- The event api operationCollection is the entry point to the event api.
- The event operationCollection can be used to get and delete an event.
- The event collection operationCollection can be used to create an event and get all the events.
- The event filter operationCollection can be used to query events based on different conditions
- Since:
- 0.9
- See Also:
-
ClassDescriptionAPI for creating, deleting and retrieving events from the platform.A filter to be used in event queries.