Package | Description |
---|---|
org.gbif.api.service.registry | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
PagingResponse<CountryOccurrenceDownloadUsage> |
OccurrenceDownloadService.listCountryUsages(@NotNull String keyOrDoi,
CountryUsageSortField sortBy,
SortOrder sortOrder,
Pageable page) |
PagingResponse<DatasetOccurrenceDownloadUsage> |
OccurrenceDownloadService.listDatasetUsages(@NotNull String keyOrDoi,
String datasetTitle,
DatasetUsageSortField sortBy,
SortOrder sortOrder,
Pageable page) |
PagingResponse<OrganizationOccurrenceDownloadUsage> |
OccurrenceDownloadService.listOrganizationUsages(@NotNull String keyOrDoi,
String organizationTitle,
OrganizationUsageSortField sortBy,
SortOrder sortOrder,
Pageable page) |
Modifier and Type | Method and Description |
---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.