public class PagingIterable<T extends HasId>
extends java.lang.Object
implements java.lang.Iterable<T>
Iterable<T> target that automatically iterates across all API
pages and which is suitable for use with a foreach loop.| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |