Uses of Class
com.cumulocity.sdk.client.RestConnector
Package
Description
Provides the classes necessary to create, update and query alarms.
Provides the classes necessary to create, update and query audit records.
Provides the classes necessary to create, delete, update and query events.
Provides the classes necessary to bind, unbind and query external identifiers.
Provides the classes necessary to create, delete, update and query managed objects.
Provides the classes necessary to create, delete and query measurements.
-
Uses of RestConnector in com.cumulocity.sdk.client
Modifier and TypeFieldDescriptionprotected final RestConnector
PagedCollectionResourceImpl.restConnector
ModifierConstructorDescriptionPagedCollectionResourceImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.alarm
ModifierConstructorDescriptionAlarmApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, AlarmsApiRepresentation alarmsApiRepresentation, int pageSize) AlarmCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.audit
ModifierConstructorDescriptionAuditRecordApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, AuditRecordsRepresentation auditRecordsRepresentation, int pageSize) AuditRecordCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.buffering
ModifierConstructorDescriptionBufferProcessor
(PersistentProvider persistentProvider, BufferRequestService service, RestConnector restConnector) -
Uses of RestConnector in com.cumulocity.sdk.client.devicecontrol
ModifierConstructorDescriptionDeviceControlApiImpl
(PlatformParameters parameters, RestConnector restConnector, UrlProcessor urlProcessor, DeviceControlRepresentation deviceControlRepresentation, int pageSize) DeviceCredentialsApiImpl
(PlatformParameters platformParameters, RestConnector restConnector) OperationCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.event
ModifierConstructorDescriptionEventApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, EventsApiRepresentation eventsApiRepresentation, int pageSize) EventCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.identity
ModifierConstructorDescriptionExternalIDCollectionImpl
(RestConnector restConnector, String url, int pageSize) IdentityApiImpl
(RestConnector restConnector, TemplateUrlParser templateUrlParser, IdentityRepresentation identityRepresentation, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.inventory
ModifierConstructorDescriptionBinariesApiImpl
(RestConnector restConnector, InventoryRepresentation inventoryRepresentation) InventoryApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, InventoryRepresentation inventoryRepresentation, int pageSize) ManagedObjectCollectionImpl
(RestConnector restConnector, String url, int pageSize) ManagedObjectImpl
(RestConnector restConnector, UrlProcessor urlProcessor, String url, int pageSize) ManagedObjectReferenceCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.measurement
ModifierConstructorDescriptionMeasurementApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, MeasurementsApiRepresentation measurementsApiRepresentation, int pageSize) MeasurementCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.messaging.notifications
ModifierConstructorDescriptionNotificationSubscriptionApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, int pageSize) NotificationSubscriptionCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.option
ModifierConstructorDescriptionSystemOptionApiImpl
(RestConnector restConnector, TenantApiRepresentation tenantApiRepresentation) TenantOptionApiImpl
(RestConnector restConnector, TenantApiRepresentation tenantApiRepresentation, int pageSize) TenantOptionCollectionImpl
(RestConnector restConnector, String url, int pageSize) -
Uses of RestConnector in com.cumulocity.sdk.client.user
ModifierConstructorDescriptionUserApiImpl
(RestConnector restConnector, TemplateUrlParser templateUrlParser, UsersApiRepresentation usersApiRepresentation)