Uses of Class
com.cumulocity.rest.representation.event.EventRepresentation
-
Packages that use EventRepresentation Package Description com.cumulocity.rest.representation.alarm com.cumulocity.rest.representation.audit com.cumulocity.rest.representation.event com.cumulocity.sdk.client.event 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 Modifier and Type Class Description classAlarmRepresentation -
Uses of EventRepresentation in com.cumulocity.rest.representation.audit
Subclasses of EventRepresentation in com.cumulocity.rest.representation.audit Modifier and Type Class Description classAuditRecordRepresentation -
Uses of EventRepresentation in com.cumulocity.rest.representation.event
Methods in com.cumulocity.rest.representation.event that return types with arguments of type EventRepresentation Modifier and Type Method Description List<EventRepresentation>EventCollectionRepresentation. getEvents()Iterator<EventRepresentation>EventCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.event with type arguments of type EventRepresentation Modifier and Type Method Description voidEventCollectionRepresentation. setEvents(List<EventRepresentation> events) -
Uses of EventRepresentation in com.cumulocity.sdk.client.event
Methods in com.cumulocity.sdk.client.event that return EventRepresentation Modifier and Type Method Description EventRepresentationEventApi. create(EventRepresentation event)Creates event in the platform.EventRepresentationEventApiImpl. create(EventRepresentation representation)EventRepresentationEventApi. getEvent(GId gid)Gets event by idEventRepresentationEventApiImpl. getEvent(GId eventId)EventRepresentationEventApi. update(EventRepresentation eventRepresentation)This update the event in the platform.EventRepresentationEventApiImpl. update(EventRepresentation eventRepresentation)Methods in com.cumulocity.sdk.client.event that return types with arguments of type EventRepresentation Modifier and Type Method Description Iterable<EventRepresentation>PagedEventCollectionRepresentation. allPages()Iterable<EventRepresentation>PagedEventCollectionRepresentation. elements(int limit)Methods in com.cumulocity.sdk.client.event with parameters of type EventRepresentation Modifier and Type Method Description EventRepresentationEventApi. create(EventRepresentation event)Creates event in the platform.EventRepresentationEventApiImpl. create(EventRepresentation representation)FutureEventApi. createAsync(EventRepresentation event)Creates event in the platform.FutureEventApiImpl. createAsync(EventRepresentation representation)voidEventApi. delete(EventRepresentation event)Deletes event from the platform.voidEventApiImpl. delete(EventRepresentation event)EventRepresentationEventApi. update(EventRepresentation eventRepresentation)This update the event in the platform.EventRepresentationEventApiImpl. update(EventRepresentation eventRepresentation)Constructor parameters in com.cumulocity.sdk.client.event with type arguments of type EventRepresentation Constructor Description PagedEventCollectionRepresentation(EventCollectionRepresentation collection, PagedCollectionResource<EventRepresentation,? extends EventCollectionRepresentation> collectionResource)
-