Uses of Interface
com.cumulocity.sdk.client.PagedCollectionResource
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 PagedCollectionResource in com.cumulocity.sdk.client
Modifier and TypeClassDescriptionclass
PagedCollectionResourceImpl<T,
C extends BaseCollectionRepresentation<T>, I extends C> ModifierConstructorDescriptionPagedCollectionIterable
(PagedCollectionResource<T, ? extends C> collectionResource, C collection) PagedCollectionIterable
(PagedCollectionResource<T, ? extends C> collectionResource, C collection, int limit) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.alarm
ModifierConstructorDescriptionPagedAlarmCollectionRepresentation
(AlarmCollectionRepresentation collection, PagedCollectionResource<AlarmRepresentation, ? extends AlarmCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.audit
ModifierConstructorDescriptionPagedAuditCollectionRepresentation
(AuditRecordCollectionRepresentation collection, PagedCollectionResource<AuditRecordRepresentation, ? extends AuditRecordCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.devicecontrol
ModifierConstructorDescriptionPagedOperationCollectionRepresentation
(OperationCollectionRepresentation collection, PagedCollectionResource<OperationRepresentation, ? extends OperationCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.event
ModifierConstructorDescriptionPagedEventCollectionRepresentation
(EventCollectionRepresentation collection, PagedCollectionResource<EventRepresentation, ? extends EventCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.identity
ModifierConstructorDescriptionPagedExternalIDCollectionRepresentation
(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.inventory
Modifier and TypeInterfaceDescriptioninterface
interface
Modifier and TypeClassDescriptionclass
class
ModifierConstructorDescriptionPagedManagedObjectCollectionRepresentation
(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation, ? extends ManagedObjectCollectionRepresentation> collectionResource) PagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.measurement
ModifierConstructorDescriptionPagedMeasurementCollectionRepresentation
(MeasurementCollectionRepresentation collection, PagedCollectionResource<MeasurementRepresentation, ? extends MeasurementCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.messaging.notifications
ModifierConstructorDescriptionPagedNotificationSubscriptionCollectionRepresentation
(NotificationSubscriptionCollectionRepresentation collection, PagedCollectionResource<NotificationSubscriptionRepresentation, ? extends NotificationSubscriptionCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.option
ModifierConstructorDescriptionPagedTenantOptionCollectionRepresentation
(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation, ? extends OptionCollectionRepresentation> collectionResource)