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 DownloadFormatReturns 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 TypeMethodDescriptionvoidDownloadRequest.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, String checklistKey) 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, String checklistKey) Full constructor.SqlDownloadRequest(String sql, String creator, Collection<String> notificationAddresses, Boolean sendNotification, DownloadFormat format, DownloadType type, String description, com.fasterxml.jackson.databind.JsonNode machineDescription, String checklistKey) Full constructor.