Uses of Class
org.exoplatform.social.core.search.Sorting.SortBy
-
Packages that use Sorting.SortBy Package Description org.exoplatform.social.core.search -
-
Uses of Sorting.SortBy in org.exoplatform.social.core.search
Fields in org.exoplatform.social.core.search declared as Sorting.SortBy Modifier and Type Field Description Sorting.SortBySorting. sortByMethods in org.exoplatform.social.core.search that return Sorting.SortBy Modifier and Type Method Description static Sorting.SortBySorting.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static Sorting.SortBy[]Sorting.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.search with parameters of type Sorting.SortBy Constructor Description Sorting(Sorting.SortBy sortBy, Sorting.OrderBy orderBy)
-