Uses of Class
com.cumulocity.rest.representation.alarm.AlarmRepresentation
Package
Description
Provides the classes necessary to create, update and query alarms.
-
Uses of AlarmRepresentation in com.cumulocity.rest.representation.alarm
Modifier and TypeMethodDescriptionAlarmCollectionRepresentation.getAlarms()
AlarmCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
AlarmCollectionRepresentation.setAlarms
(List<AlarmRepresentation> alarms) -
Uses of AlarmRepresentation in com.cumulocity.sdk.client.alarm
Modifier and TypeMethodDescriptionAlarmApi.create
(AlarmRepresentation alarm) Creates an alarm in the platform.AlarmApiImpl.create
(AlarmRepresentation representation) Gets an alarm by idAlarmApi.update
(AlarmRepresentation alarm) Updates an alarm in the platform.AlarmApiImpl.update
(AlarmRepresentation alarmToUpdate) AlarmApi.updateAlarm
(AlarmRepresentation alarm) Deprecated.AlarmApiImpl.updateAlarm
(AlarmRepresentation alarmToUpdate) Deprecated.Modifier and TypeMethodDescriptionPagedAlarmCollectionRepresentation.allPages()
PagedAlarmCollectionRepresentation.elements
(int limit) Modifier and TypeMethodDescriptionAlarmApi.create
(AlarmRepresentation alarm) Creates an alarm in the platform.AlarmApiImpl.create
(AlarmRepresentation representation) AlarmApi.createAsync
(AlarmRepresentation alarm) Creates an alarm in the platform.AlarmApiImpl.createAsync
(AlarmRepresentation representation) AlarmApi.update
(AlarmRepresentation alarm) Updates an alarm in the platform.AlarmApiImpl.update
(AlarmRepresentation alarmToUpdate) AlarmApi.updateAlarm
(AlarmRepresentation alarm) Deprecated.AlarmApiImpl.updateAlarm
(AlarmRepresentation alarmToUpdate) Deprecated.ModifierConstructorDescriptionPagedAlarmCollectionRepresentation
(AlarmCollectionRepresentation collection, PagedCollectionResource<AlarmRepresentation, ? extends AlarmCollectionRepresentation> collectionResource)