Uses of Class
org.gbif.api.model.occurrence.DownloadStatistics
-
Packages that use DownloadStatistics Package Description org.gbif.api.service.registry org.gbif.api.util.iterables -
-
Uses of DownloadStatistics in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type DownloadStatistics Modifier and Type Method Description PagingResponse<DownloadStatistics>
OccurrenceDownloadService. getDownloadStatistics(Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, Pageable page)
Retrieves downloads monthly stats by country (user and publishing country) and dataset. -
Uses of DownloadStatistics in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables that return types with arguments of type DownloadStatistics Modifier and Type Method Description static Iterable<DownloadStatistics>
Iterables. downloadStatistics(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, Integer limit)
PagingResponse<DownloadStatistics>
DownloadStatisticPager. nextPage(PagingRequest page)
-