Uses of Interface
com.cumulocity.sdk.client.PagedCollectionResource
Packages that use 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
Classes in com.cumulocity.sdk.client that implement PagedCollectionResourceModifier and TypeClassDescriptionclass
PagedCollectionResourceImpl<T,
C extends BaseCollectionRepresentation<T>, I extends C> Constructors in com.cumulocity.sdk.client with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedCollectionIterable
(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
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.alarmClasses in com.cumulocity.sdk.client.alarm that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.alarm with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedAlarmCollectionRepresentation
(AlarmCollectionRepresentation collection, PagedCollectionResource<AlarmRepresentation, ? extends AlarmCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.audit
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.auditClasses in com.cumulocity.sdk.client.audit that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.audit with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedAuditCollectionRepresentation
(AuditRecordCollectionRepresentation collection, PagedCollectionResource<AuditRecordRepresentation, ? extends AuditRecordCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.devicecontrol
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.devicecontrolClasses in com.cumulocity.sdk.client.devicecontrol that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.devicecontrol with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedOperationCollectionRepresentation
(OperationCollectionRepresentation collection, PagedCollectionResource<OperationRepresentation, ? extends OperationCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.event
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.eventClasses in com.cumulocity.sdk.client.event that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.event with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedEventCollectionRepresentation
(EventCollectionRepresentation collection, PagedCollectionResource<EventRepresentation, ? extends EventCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.identity
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.identityClasses in com.cumulocity.sdk.client.identity that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.identity with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedExternalIDCollectionRepresentation
(ExternalIDCollectionRepresentation collection, PagedCollectionResource<ExternalIDRepresentation, ? extends ExternalIDCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.inventory
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.inventoryModifier and TypeInterfaceDescriptioninterface
interface
Classes in com.cumulocity.sdk.client.inventory that implement PagedCollectionResourceModifier and TypeClassDescriptionclass
class
Constructors in com.cumulocity.sdk.client.inventory with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedManagedObjectCollectionRepresentation
(ManagedObjectCollectionRepresentation collection, PagedCollectionResource<ManagedObjectRepresentation, ? extends ManagedObjectCollectionRepresentation> collectionResource) PagedManagedObjectReferenceCollectionRepresentation
(ManagedObjectReferenceCollectionRepresentation collection, PagedCollectionResource<ManagedObjectReferenceRepresentation, ? extends ManagedObjectReferenceCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.measurement
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.measurementClasses in com.cumulocity.sdk.client.measurement that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.measurement with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedMeasurementCollectionRepresentation
(MeasurementCollectionRepresentation collection, PagedCollectionResource<MeasurementRepresentation, ? extends MeasurementCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.messaging.notifications
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.messaging.notificationsClasses in com.cumulocity.sdk.client.messaging.notifications that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.messaging.notifications with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedNotificationSubscriptionCollectionRepresentation
(NotificationSubscriptionCollectionRepresentation collection, PagedCollectionResource<NotificationSubscriptionRepresentation, ? extends NotificationSubscriptionCollectionRepresentation> collectionResource) -
Uses of PagedCollectionResource in com.cumulocity.sdk.client.option
Subinterfaces of PagedCollectionResource in com.cumulocity.sdk.client.optionClasses in com.cumulocity.sdk.client.option that implement PagedCollectionResourceConstructors in com.cumulocity.sdk.client.option with parameters of type PagedCollectionResourceModifierConstructorDescriptionPagedTenantOptionCollectionRepresentation
(OptionCollectionRepresentation collection, PagedCollectionResource<OptionRepresentation, ? extends OptionCollectionRepresentation> collectionResource)