com.cumulocity.sdk.client.alarm
Class AlarmCollectionImpl

java.lang.Object
  extended by com.cumulocity.sdk.client.GenericResourceImpl<T>
      extended by com.cumulocity.sdk.client.PagedCollectionResourceImpl<AlarmCollectionRepresentation>
          extended by com.cumulocity.sdk.client.alarm.AlarmCollectionImpl
All Implemented Interfaces:
GenericResource<AlarmCollectionRepresentation>, PagedCollectionResource<AlarmCollectionRepresentation>

public class AlarmCollectionImpl
extends PagedCollectionResourceImpl<AlarmCollectionRepresentation>


Field Summary
 
Fields inherited from class com.cumulocity.sdk.client.GenericResourceImpl
restConnector, url
 
Constructor Summary
AlarmCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
AlarmCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 
Method Summary
protected  CumulocityMediaType getMediaType()
           
protected  Class<AlarmCollectionRepresentation> getResponseClass()
           
 
Methods inherited from class com.cumulocity.sdk.client.PagedCollectionResourceImpl
equals, get, get, getNextPage, getPage, getPage, getPreviousPage, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmCollectionImpl

@Deprecated
public AlarmCollectionImpl(RestConnector restConnector,
                                      String url)
Deprecated. 


AlarmCollectionImpl

public AlarmCollectionImpl(RestConnector restConnector,
                           String url,
                           int pageSize)
Method Detail

getMediaType

protected CumulocityMediaType getMediaType()
Specified by:
getMediaType in class GenericResourceImpl<AlarmCollectionRepresentation>

getResponseClass

protected Class<AlarmCollectionRepresentation> getResponseClass()
Specified by:
getResponseClass in class GenericResourceImpl<AlarmCollectionRepresentation>


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