Uses of Class
org.gbif.api.model.occurrence.DownloadRequest
-
Packages that use DownloadRequest Package Description org.gbif.api.jackson org.gbif.api.model.occurrence org.gbif.api.service.occurrence -
-
Uses of DownloadRequest in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return DownloadRequest Modifier and Type Method Description DownloadRequestDownloadRequestSerde. 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.occurrence Modifier and Type Class Description classPredicateDownloadRequestAn occurrence download request whose filters are based on predicates ( seePredicate).classSqlDownloadRequestSQL Based downloads — experimental feature.Methods in org.gbif.api.model.occurrence that return DownloadRequest Modifier and Type Method Description @NotNull DownloadRequestDownload. getRequest()Request that originated the download.Methods in org.gbif.api.model.occurrence with parameters of type DownloadRequest Modifier and Type Method Description voidDownload. setRequest(DownloadRequest request) -
Uses of DownloadRequest in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence with parameters of type DownloadRequest Modifier and Type Method Description StringDownloadRequestService. create(@NotNull DownloadRequest downloadRequest, String source)Creates a download request.
-