- All Implemented Interfaces:
- Iterable<T>
public class PagingIterable<T extends HasId>
extends Object
implements Iterable<T>
Provides an Iterable<T>
target that automatically
iterates across all API pages and which is suitable for use with a
foreach
loop.