Uses of Class
com.cumulocity.rest.representation.alarm.AlarmRepresentation
-
Packages that use AlarmRepresentation Package Description 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 Modifier and Type Method Description List<AlarmRepresentation>AlarmCollectionRepresentation. getAlarms()Iterator<AlarmRepresentation>AlarmCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.alarm with type arguments of type AlarmRepresentation Modifier and Type Method Description voidAlarmCollectionRepresentation. setAlarms(List<AlarmRepresentation> alarms) -
Uses of AlarmRepresentation in com.cumulocity.sdk.client.alarm
Methods in com.cumulocity.sdk.client.alarm that return AlarmRepresentation Modifier and Type Method Description AlarmRepresentationAlarmApi. create(AlarmRepresentation alarm)Creates an alarm in the platform.AlarmRepresentationAlarmApiImpl. create(AlarmRepresentation representation)AlarmRepresentationAlarmApi. getAlarm(GId gid)Gets an alarm by idAlarmRepresentationAlarmApiImpl. getAlarm(GId alarmId)AlarmRepresentationAlarmApi. update(AlarmRepresentation alarm)Updates an alarm in the platform.AlarmRepresentationAlarmApiImpl. update(AlarmRepresentation alarmToUpdate)AlarmRepresentationAlarmApi. updateAlarm(AlarmRepresentation alarm)Deprecated.AlarmRepresentationAlarmApiImpl. updateAlarm(AlarmRepresentation alarmToUpdate)Deprecated.Methods in com.cumulocity.sdk.client.alarm that return types with arguments of type AlarmRepresentation Modifier and Type Method Description Iterable<AlarmRepresentation>PagedAlarmCollectionRepresentation. allPages()Iterable<AlarmRepresentation>PagedAlarmCollectionRepresentation. elements(int limit)Methods in com.cumulocity.sdk.client.alarm with parameters of type AlarmRepresentation Modifier and Type Method Description AlarmRepresentationAlarmApi. create(AlarmRepresentation alarm)Creates an alarm in the platform.AlarmRepresentationAlarmApiImpl. create(AlarmRepresentation representation)FutureAlarmApi. createAsync(AlarmRepresentation alarm)Creates an alarm in the platform.FutureAlarmApiImpl. createAsync(AlarmRepresentation representation)AlarmRepresentationAlarmApi. update(AlarmRepresentation alarm)Updates an alarm in the platform.AlarmRepresentationAlarmApiImpl. update(AlarmRepresentation alarmToUpdate)AlarmRepresentationAlarmApi. updateAlarm(AlarmRepresentation alarm)Deprecated.AlarmRepresentationAlarmApiImpl. updateAlarm(AlarmRepresentation alarmToUpdate)Deprecated.Constructor parameters in com.cumulocity.sdk.client.alarm with type arguments of type AlarmRepresentation Constructor Description PagedAlarmCollectionRepresentation(AlarmCollectionRepresentation collection, PagedCollectionResource<AlarmRepresentation,? extends AlarmCollectionRepresentation> collectionResource)
-