Uses of Class
org.gbif.api.model.occurrence.DownloadRequest
Packages that use DownloadRequest
Package
Description
-
Uses of DownloadRequest in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return DownloadRequestModifier and TypeMethodDescriptionDownloadRequestSerde.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of DownloadRequest in org.gbif.api.model.occurrence
Subclasses of DownloadRequest in org.gbif.api.model.occurrenceModifier and TypeClassDescriptionclass
An occurrence download request whose filters are based on predicates ( seePredicate
).class
SQL Based downloads — experimental feature.Methods in org.gbif.api.model.occurrence that return DownloadRequestModifier and TypeMethodDescription@NotNull DownloadRequest
Download.getRequest()
Request that originated the download.Methods in org.gbif.api.model.occurrence with parameters of type DownloadRequest -
Uses of DownloadRequest in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence with parameters of type DownloadRequestModifier and TypeMethodDescriptionDownloadRequestService.create
(@NotNull DownloadRequest downloadRequest, String source) Creates a download request.