Package org.gbif.api.util.iterables
Class DownloadStatisticPager
java.lang.Object
org.gbif.api.util.iterables.BasePager<DownloadStatistics>
org.gbif.api.util.iterables.DownloadStatisticPager
- All Implemented Interfaces:
Iterable<DownloadStatistics>
Iterates over results of
OccurrenceDownloadService.getDownloadStatistics(Date, Date, Country, UUID, UUID, Pageable)
.-
Constructor Summary
ConstructorsConstructorDescriptionDownloadStatisticPager
(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, int pageSize) -
Method Summary
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 Details
-
DownloadStatisticPager
public DownloadStatisticPager(OccurrenceDownloadService service, @Nullable Date fromDate, @Nullable Date toDate, @Nullable Country publishingCountry, @Nullable UUID datasetKey, @Nullable UUID publishingOrgKey, int pageSize)
-
-
Method Details
-
nextPage
- Specified by:
nextPage
in classBasePager<DownloadStatistics>
-