Uses of Class
org.gbif.api.vocabulary.DatasetUsageSortField
-
Packages that use DatasetUsageSortField Package Description org.gbif.api.service.registry org.gbif.api.vocabulary -
-
Uses of DatasetUsageSortField in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type DatasetUsageSortField Modifier and Type Method Description PagingResponse<DatasetOccurrenceDownloadUsage>
OccurrenceDownloadService. listDatasetUsages(@NotNull String keyOrDoi, String datasetTitle, DatasetUsageSortField sortBy, SortOrder sortOrder, Pageable page)
-
Uses of DatasetUsageSortField in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return DatasetUsageSortField Modifier and Type Method Description static DatasetUsageSortField
DatasetUsageSortField. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatasetUsageSortField[]
DatasetUsageSortField. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-