Uses of Class
com.cumulocity.sdk.client.UrlProcessor
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 create, delete, update and query managed objects.
Provides the classes necessary to create, delete and query measurements.
-
Uses of UrlProcessor in com.cumulocity.sdk.client.alarm
ModifierConstructorDescriptionAlarmApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, AlarmsApiRepresentation alarmsApiRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.audit
ModifierConstructorDescriptionAuditRecordApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, AuditRecordsRepresentation auditRecordsRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.devicecontrol
ModifierConstructorDescriptionDeviceControlApiImpl
(PlatformParameters parameters, RestConnector restConnector, UrlProcessor urlProcessor, DeviceControlRepresentation deviceControlRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.event
ModifierConstructorDescriptionEventApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, EventsApiRepresentation eventsApiRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.inventory
ModifierConstructorDescriptionInventoryApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, InventoryRepresentation inventoryRepresentation, int pageSize) ManagedObjectImpl
(RestConnector restConnector, UrlProcessor urlProcessor, String url, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.measurement
ModifierConstructorDescriptionMeasurementApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, MeasurementsApiRepresentation measurementsApiRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.messaging.notifications
ModifierConstructorDescriptionNotificationSubscriptionApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, int pageSize)