Uses of Class
org.gbif.api.model.occurrence.DownloadFormat
-
Packages that use DownloadFormat Package Description org.gbif.api.model.occurrence -
-
Uses of DownloadFormat in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DownloadFormat Modifier and Type Method Description DownloadFormat
DownloadRequest. getFormat()
static DownloadFormat
DownloadFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static DownloadFormat[]
DownloadFormat. 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 DownloadFormat Modifier and Type Method Description void
DownloadRequest. setFormat(DownloadFormat format)
This parameter determines the output format of the requested download.Constructors in org.gbif.api.model.occurrence with parameters of type DownloadFormat 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.
-