Package com.cumulocity.sdk.client
Class PagedCollectionIterable<T,C extends BaseCollectionRepresentation<T>>
- java.lang.Object
-
- com.cumulocity.sdk.client.PagedCollectionIterable<T,C>
-
-
Constructor Summary
Constructors Constructor Description PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource, C collection)PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource, C collection, int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<T>iterator()Tnext()booleanreachedLimit()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
PagedCollectionIterable
public PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource, C collection)
-
PagedCollectionIterable
public PagedCollectionIterable(PagedCollectionResource<T,? extends C> collectionResource, C collection, int limit)
-
-