Package | Description |
---|---|
org.gbif.api.model.occurrence |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DownloadRequest.setFormat(DownloadFormat format)
This parameter determines the output format of the requested download.
|
Constructor and Description |
---|
DownloadRequest(String creator,
Collection<String> notificationAddresses,
Boolean sendNotification,
DownloadFormat format,
DownloadType downloadType) |
PredicateDownloadRequest(Predicate predicate,
String creator,
Collection<String> notificationAddresses,
Boolean sendNotification,
DownloadFormat format,
DownloadType type,
Set<Extension> verbatimExtensions)
Full constructor.
|
SqlDownloadRequest(String sql,
String creator,
Collection<String> notificationAddresses,
Boolean sendNotification,
DownloadType type,
DownloadFormat format)
Full constructor.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.