Uses of Class
com.cumulocity.rest.representation.alarm.AlarmRepresentation
Packages that use AlarmRepresentation
Package
Description
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 AlarmRepresentationModifier and TypeMethodDescriptionAlarmCollectionRepresentation.getAlarms()
AlarmCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.alarm with type arguments of type AlarmRepresentationModifier and TypeMethodDescriptionvoid
AlarmCollectionRepresentation.setAlarms
(List<AlarmRepresentation> alarms) -
Uses of AlarmRepresentation in com.cumulocity.sdk.client.alarm
Methods in com.cumulocity.sdk.client.alarm that return AlarmRepresentationModifier 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.Methods in com.cumulocity.sdk.client.alarm that return types with arguments of type AlarmRepresentationModifier and TypeMethodDescriptionPagedAlarmCollectionRepresentation.allPages()
PagedAlarmCollectionRepresentation.elements
(int limit) Methods in com.cumulocity.sdk.client.alarm with parameters of type AlarmRepresentationModifier 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.Constructor parameters in com.cumulocity.sdk.client.alarm with type arguments of type AlarmRepresentationModifierConstructorDescriptionPagedAlarmCollectionRepresentation
(AlarmCollectionRepresentation collection, PagedCollectionResource<AlarmRepresentation, ? extends AlarmCollectionRepresentation> collectionResource)