|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlarmRepresentation | |
---|---|
com.cumulocity.rest.representation.alarm | |
com.cumulocity.sdk.client.alarm | Provides the classes necessary to create, update and query alarms. |
Uses of AlarmRepresentation in com.cumulocity.rest.representation.alarm |
---|
Methods in com.cumulocity.rest.representation.alarm that return types with arguments of type AlarmRepresentation | |
---|---|
List<AlarmRepresentation> |
AlarmCollectionRepresentation.getAlarms()
|
Method parameters in com.cumulocity.rest.representation.alarm with type arguments of type AlarmRepresentation | |
---|---|
void |
AlarmCollectionRepresentation.setAlarms(List<AlarmRepresentation> alarms)
|
Uses of AlarmRepresentation in com.cumulocity.sdk.client.alarm |
---|
Methods in com.cumulocity.sdk.client.alarm that return AlarmRepresentation | |
---|---|
AlarmRepresentation |
AlarmApi.create(AlarmRepresentation alarm)
Creates an alarm in the platform. |
AlarmRepresentation |
AlarmApiImpl.create(AlarmRepresentation representation)
|
AlarmRepresentation |
AlarmApi.getAlarm(GId gid)
Gets an alarm by id |
AlarmRepresentation |
AlarmApiImpl.getAlarm(GId alarmId)
|
AlarmRepresentation |
AlarmApi.updateAlarm(AlarmRepresentation alarm)
Updates an alarm in the platform. |
AlarmRepresentation |
AlarmApiImpl.updateAlarm(AlarmRepresentation alarmToUpdate)
|
Methods in com.cumulocity.sdk.client.alarm with parameters of type AlarmRepresentation | |
---|---|
AlarmRepresentation |
AlarmApi.create(AlarmRepresentation alarm)
Creates an alarm in the platform. |
AlarmRepresentation |
AlarmApiImpl.create(AlarmRepresentation representation)
|
AlarmRepresentation |
AlarmApi.updateAlarm(AlarmRepresentation alarm)
Updates an alarm in the platform. |
AlarmRepresentation |
AlarmApiImpl.updateAlarm(AlarmRepresentation alarmToUpdate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |