Uses of Class
org.gbif.api.vocabulary.collections.CollectionsSortField
-
Packages that use CollectionsSortField Package Description org.gbif.api.vocabulary.collections -
-
Uses of CollectionsSortField in org.gbif.api.vocabulary.collections
Methods in org.gbif.api.vocabulary.collections that return CollectionsSortField Modifier and Type Method Description static CollectionsSortField
CollectionsSortField. valueOf(String name)
Returns the enum constant of this type with the specified name.static CollectionsSortField[]
CollectionsSortField. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-