Uses of Class
com.cumulocity.rest.representation.alarm.AlarmCollectionRepresentation

Packages that use AlarmCollectionRepresentation
com.cumulocity.rest.representation.alarm   
com.cumulocity.sdk.client.alarm Provides the classes necessary to create, update and query alarms. 
 

Uses of AlarmCollectionRepresentation in com.cumulocity.rest.representation.alarm
 

Methods in com.cumulocity.rest.representation.alarm that return AlarmCollectionRepresentation
 AlarmCollectionRepresentation AlarmsApiRepresentation.getAlarms()
           
 

Methods in com.cumulocity.rest.representation.alarm with parameters of type AlarmCollectionRepresentation
 void AlarmsApiRepresentation.setAlarms(AlarmCollectionRepresentation alarms)
           
 

Uses of AlarmCollectionRepresentation in com.cumulocity.sdk.client.alarm
 

Methods in com.cumulocity.sdk.client.alarm that return types with arguments of type AlarmCollectionRepresentation
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApi.getAlarms()
          Gets all alarms from the platform
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApiImpl.getAlarms()
           
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApi.getAlarmsByFilter(AlarmFilter filter)
          Gets alarms from the platform based on the specified filter
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApiImpl.getAlarmsByFilter(AlarmFilter alarmFilter)
           
protected  Class<AlarmCollectionRepresentation> AlarmCollectionImpl.getResponseClass()
           
 



Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.