Uses of Class
com.cumulocity.sdk.client.UrlProcessor
Packages that use 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
Constructors in com.cumulocity.sdk.client.alarm with parameters of type UrlProcessorModifierConstructorDescriptionAlarmApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, AlarmsApiRepresentation alarmsApiRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.audit
Constructors in com.cumulocity.sdk.client.audit with parameters of type UrlProcessorModifierConstructorDescriptionAuditRecordApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, AuditRecordsRepresentation auditRecordsRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.devicecontrol
Constructors in com.cumulocity.sdk.client.devicecontrol with parameters of type UrlProcessorModifierConstructorDescriptionDeviceControlApiImpl
(PlatformParameters parameters, RestConnector restConnector, UrlProcessor urlProcessor, DeviceControlRepresentation deviceControlRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.event
Constructors in com.cumulocity.sdk.client.event with parameters of type UrlProcessorModifierConstructorDescriptionEventApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, EventsApiRepresentation eventsApiRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.inventory
Constructors in com.cumulocity.sdk.client.inventory with parameters of type UrlProcessorModifierConstructorDescriptionInventoryApiImpl
(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
Constructors in com.cumulocity.sdk.client.measurement with parameters of type UrlProcessorModifierConstructorDescriptionMeasurementApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, MeasurementsApiRepresentation measurementsApiRepresentation, int pageSize) -
Uses of UrlProcessor in com.cumulocity.sdk.client.messaging.notifications
Constructors in com.cumulocity.sdk.client.messaging.notifications with parameters of type UrlProcessorModifierConstructorDescriptionNotificationSubscriptionApiImpl
(RestConnector restConnector, UrlProcessor urlProcessor, int pageSize)