Uses of Enum Class
org.gbif.api.model.occurrence.DownloadType
Packages that use DownloadType
-
Uses of DownloadType in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return DownloadTypeModifier and TypeMethodDescriptionstatic DownloadType
DownloadType.fromCoreTerm
(DwcTerm coreTerm) DownloadRequest.getType()
static DownloadType
Returns the enum constant of this class with the specified name.static DownloadType[]
DownloadType.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 DownloadTypeModifier and TypeMethodDescriptionvoid
DownloadRequest.setType
(DownloadType type) Download type: Occurrence or Event.Constructors in org.gbif.api.model.occurrence with parameters of type DownloadTypeModifierConstructorDescriptionDownloadRequest
(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.