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.
|
Modifier and Type | Class and Description |
---|---|
class |
AlarmRepresentation |
Modifier and Type | Class and Description |
---|---|
class |
AuditRecordRepresentation |
Modifier and Type | Method and Description |
---|---|
List<EventRepresentation> |
EventCollectionRepresentation.getEvents() |
Iterator<EventRepresentation> |
EventCollectionRepresentation.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
EventCollectionRepresentation.setEvents(List<EventRepresentation> events) |
Modifier and Type | Method and Description |
---|---|
EventRepresentation |
EventApi.create(EventRepresentation event)
Creates event in the platform.
|
EventRepresentation |
EventApiImpl.create(EventRepresentation representation) |
EventRepresentation |
EventApi.getEvent(com.cumulocity.model.idtype.GId gid)
Gets event by id
|
EventRepresentation |
EventApiImpl.getEvent(com.cumulocity.model.idtype.GId eventId) |
EventRepresentation |
EventApi.update(EventRepresentation eventRepresentation)
This update the event in the platform.
|
EventRepresentation |
EventApiImpl.update(EventRepresentation eventRepresentation) |
Modifier and Type | Method and Description |
---|---|
Iterable<EventRepresentation> |
PagedEventCollectionRepresentation.allPages() |
Iterable<EventRepresentation> |
PagedEventCollectionRepresentation.elements(int limit) |
Modifier and Type | Method and Description |
---|---|
EventRepresentation |
EventApi.create(EventRepresentation event)
Creates event in the platform.
|
EventRepresentation |
EventApiImpl.create(EventRepresentation representation) |
Future |
EventApi.createAsync(EventRepresentation event)
Creates event in the platform.
|
Future |
EventApiImpl.createAsync(EventRepresentation representation) |
void |
EventApi.delete(EventRepresentation event)
Deletes event from the platform.
|
void |
EventApiImpl.delete(EventRepresentation event) |
EventRepresentation |
EventApi.update(EventRepresentation eventRepresentation)
This update the event in the platform.
|
EventRepresentation |
EventApiImpl.update(EventRepresentation eventRepresentation) |
Constructor and Description |
---|
PagedEventCollectionRepresentation(EventCollectionRepresentation collection,
PagedCollectionResource<EventRepresentation,? extends EventCollectionRepresentation> collectionResource) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.