Uses of Class
de.otto.flummi.query.sort.SortMode
-
Packages that use SortMode Package Description de.otto.flummi.query.sort -
-
Uses of SortMode in de.otto.flummi.query.sort
Methods in de.otto.flummi.query.sort that return SortMode Modifier and Type Method Description static SortModeSortMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SortMode[]SortMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.otto.flummi.query.sort with parameters of type SortMode Modifier and Type Method Description FieldSortBuilderFieldSortBuilder. setSortMode(SortMode sortMode)
-