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