Package com.cumulocity.sdk.client
Interface PagedCollectionRepresentation<T>
-
- All Known Implementing Classes:
PagedAlarmCollectionRepresentation,PagedAuditCollectionRepresentation,PagedEventCollectionRepresentation,PagedExternalIDCollectionRepresentation,PagedManagedObjectCollectionRepresentation,PagedManagedObjectReferenceCollectionRepresentation,PagedMeasurementCollectionRepresentation,PagedNotificationSubscriptionCollectionRepresentation,PagedOperationCollectionRepresentation,PagedTenantOptionCollectionRepresentation
public interface PagedCollectionRepresentation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<T>allPages()Iterable<T>elements(int limit)
-