|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRepresentation | |
---|---|
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 | |
---|---|
class |
AlarmRepresentation
|
Uses of EventRepresentation in com.cumulocity.rest.representation.audit |
---|
Subclasses of EventRepresentation in com.cumulocity.rest.representation.audit | |
---|---|
class |
AuditRecordRepresentation
|
Uses of EventRepresentation in com.cumulocity.rest.representation.event |
---|
Methods in com.cumulocity.rest.representation.event that return types with arguments of type EventRepresentation | |
---|---|
List<EventRepresentation> |
EventCollectionRepresentation.getEvents()
|
Method parameters in com.cumulocity.rest.representation.event with type arguments of type EventRepresentation | |
---|---|
void |
EventCollectionRepresentation.setEvents(List<EventRepresentation> events)
|
Uses of EventRepresentation in com.cumulocity.sdk.client.event |
---|
Methods in com.cumulocity.sdk.client.event that return EventRepresentation | |
---|---|
EventRepresentation |
EventApiImpl.create(EventRepresentation representation)
|
EventRepresentation |
EventApi.create(EventRepresentation event)
Creates event in the platform. |
EventRepresentation |
EventApiImpl.getEvent(GId eventId)
|
EventRepresentation |
EventApi.getEvent(GId gid)
Gets event by id |
Methods in com.cumulocity.sdk.client.event with parameters of type EventRepresentation | |
---|---|
EventRepresentation |
EventApiImpl.create(EventRepresentation representation)
|
EventRepresentation |
EventApi.create(EventRepresentation event)
Creates event in the platform. |
void |
EventApiImpl.delete(EventRepresentation event)
|
void |
EventApi.delete(EventRepresentation event)
Deletes event from the platform. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |