com.cumulocity.sdk.client.measurement
Class MeasurementCollectionImpl

java.lang.Object
  extended by com.cumulocity.sdk.client.GenericResourceImpl<T>
      extended by com.cumulocity.sdk.client.PagedCollectionResourceImpl<MeasurementCollectionRepresentation>
          extended by com.cumulocity.sdk.client.measurement.MeasurementCollectionImpl
All Implemented Interfaces:
GenericResource<MeasurementCollectionRepresentation>, PagedCollectionResource<MeasurementCollectionRepresentation>

public class MeasurementCollectionImpl
extends PagedCollectionResourceImpl<MeasurementCollectionRepresentation>
implements PagedCollectionResource<MeasurementCollectionRepresentation>


Field Summary
 
Fields inherited from class com.cumulocity.sdk.client.GenericResourceImpl
restConnector, url
 
Constructor Summary
MeasurementCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
MeasurementCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 
Method Summary
protected  CumulocityMediaType getMediaType()
           
protected  Class<MeasurementCollectionRepresentation> 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
 
Methods inherited from interface com.cumulocity.sdk.client.PagedCollectionResource
get, get, getNextPage, getPage, getPage, getPreviousPage
 

Constructor Detail

MeasurementCollectionImpl

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


MeasurementCollectionImpl

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

getMediaType

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

getResponseClass

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


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