Uses of Class
org.gbif.api.model.occurrence.DownloadType
-
Packages that use DownloadType Package Description org.gbif.api.model.occurrence -
-
Uses of DownloadType in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DownloadType Modifier and Type Method Description static DownloadType
DownloadType. fromCoreTerm(DwcTerm coreTerm)
DownloadType
DownloadRequest. getType()
static DownloadType
DownloadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DownloadType[]
DownloadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.model.occurrence with parameters of type DownloadType Modifier and Type Method Description void
DownloadRequest. setType(DownloadType type)
Download type: Occurrence or Event.Constructors in org.gbif.api.model.occurrence with parameters of type DownloadType Constructor Description DownloadRequest(String creator, Collection<String> notificationAddresses, Boolean sendNotification, DownloadFormat format, DownloadType downloadType, String description, com.fasterxml.jackson.databind.JsonNode machineDescription)
PredicateDownloadRequest(Predicate predicate, String creator, Collection<String> notificationAddresses, Boolean sendNotification, DownloadFormat format, DownloadType type, String description, com.fasterxml.jackson.databind.JsonNode machineDescription, Set<Extension> verbatimExtensions)
Full constructor.SqlDownloadRequest(String sql, String creator, Collection<String> notificationAddresses, Boolean sendNotification, DownloadFormat format, DownloadType type, String description, com.fasterxml.jackson.databind.JsonNode machineDescription)
Full constructor.
-