Uses of Enum Class
org.gbif.api.model.occurrence.DownloadFormat
Packages that use DownloadFormat
-
Uses of DownloadFormat in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DownloadFormatModifier and TypeMethodDescriptionDownloadRequest.getFormat()
static DownloadFormat
Returns the enum constant of this class with the specified name.static DownloadFormat[]
DownloadFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.occurrence with parameters of type DownloadFormatModifier and TypeMethodDescriptionvoid
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 DownloadFormatModifierConstructorDescriptionDownloadRequest
(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.