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

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)
           
 



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