Uses of Class
org.gbif.api.vocabulary.SortOrder
-
Packages that use SortOrder Package Description org.gbif.api.service.registry org.gbif.api.vocabulary -
-
Uses of SortOrder in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type SortOrder Modifier and Type Method 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)
-
Uses of SortOrder in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return SortOrder Modifier and Type Method 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.
-