Package org.gbif.api.util.iterables
Class NetworkPager
- java.lang.Object
-
- org.gbif.api.util.iterables.BasePager<T>
-
- org.gbif.api.util.iterables.NetworkPager
-
public class NetworkPager extends BasePager<T>
Iterates over all datasets belonging to a given network.
-
-
Constructor Summary
Constructors Constructor Description NetworkPager(NetworkService service, UUID key, DatasetType type, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagingResponse<Dataset>
nextPage(PagingRequest page)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
NetworkPager
public NetworkPager(NetworkService service, UUID key, @Nullable DatasetType type, int pageSize)
-
-
Method Detail
-
nextPage
public PagingResponse<Dataset> nextPage(PagingRequest page)
-
-