Uses of Class
com.cumulocity.sdk.client.RestConnector

Packages that use RestConnector
com.cumulocity.sdk.client   
com.cumulocity.sdk.client.alarm Provides the classes necessary to create, update and query alarms. 
com.cumulocity.sdk.client.audit Provides the classes necessary to create, update and query audit records. 
com.cumulocity.sdk.client.devicecontrol   
com.cumulocity.sdk.client.event Provides the classes necessary to create, delete, update and query events. 
com.cumulocity.sdk.client.identity Provides the classes necessary to bind, unbind and query external identifiers. 
com.cumulocity.sdk.client.inventory Provides the classes necessary to create, delete, update and query managed objects. 
com.cumulocity.sdk.client.measurement Provides the classes necessary to create, delete and query measurements. 
 

Uses of RestConnector in com.cumulocity.sdk.client
 

Fields in com.cumulocity.sdk.client declared as RestConnector
protected  RestConnector GenericResourceImpl.restConnector
           
 

Constructors in com.cumulocity.sdk.client with parameters of type RestConnector
GenericResourceImpl(RestConnector restConnector, String url)
           
PagedCollectionResourceImpl(RestConnector restConnector, String url)
          Deprecated. 
PagedCollectionResourceImpl(RestConnector restConnector, String url, int pageSize)
           
 

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

Constructors in com.cumulocity.sdk.client.alarm with parameters of type RestConnector
AlarmApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platfromApiUri)
          Deprecated. 
AlarmApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUri, int pageSize)
           
AlarmCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
AlarmCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 

Uses of RestConnector in com.cumulocity.sdk.client.audit
 

Constructors in com.cumulocity.sdk.client.audit with parameters of type RestConnector
AuditRecordApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUrl)
          Deprecated. 
AuditRecordApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUrl, int pageSize)
           
AuditRecordCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
AuditRecordCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 

Uses of RestConnector in com.cumulocity.sdk.client.devicecontrol
 

Constructors in com.cumulocity.sdk.client.devicecontrol with parameters of type RestConnector
DeviceControlApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUrl)
          Deprecated. 
DeviceControlApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUrl, int pageSize)
           
OperationCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
OperationCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 

Uses of RestConnector in com.cumulocity.sdk.client.event
 

Constructors in com.cumulocity.sdk.client.event with parameters of type RestConnector
EventApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUrl)
          Deprecated. 
EventApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformApiUrl, int pageSize)
           
EventCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
EventCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 

Uses of RestConnector in com.cumulocity.sdk.client.identity
 

Constructors in com.cumulocity.sdk.client.identity with parameters of type RestConnector
ExternalIDCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
ExternalIDCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
IdentityApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformUrl)
          Deprecated. 
IdentityApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformUrl, int pageSize)
           
 

Uses of RestConnector in com.cumulocity.sdk.client.inventory
 

Constructors in com.cumulocity.sdk.client.inventory with parameters of type RestConnector
InventoryApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformUrl)
          Deprecated. 
InventoryApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformUrl, int pageSize)
           
ManagedObjectCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
ManagedObjectCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
ManagedObjectImpl(RestConnector restConnector, String url, int pageSize)
           
ManagedObjectReferenceCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 

Uses of RestConnector in com.cumulocity.sdk.client.measurement
 

Constructors in com.cumulocity.sdk.client.measurement with parameters of type RestConnector
MeasurementApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformUrl)
          Deprecated. 
MeasurementApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, String platformUrl, int pageSize)
           
MeasurementCollectionImpl(RestConnector restConnector, String url)
          Deprecated. 
MeasurementCollectionImpl(RestConnector restConnector, String url, int pageSize)
           
 



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