Uses of Class
io.leangen.graphql.execution.SortField.Direction
-
Packages that use SortField.Direction Package Description io.leangen.graphql.execution -
-
Uses of SortField.Direction in io.leangen.graphql.execution
Methods in io.leangen.graphql.execution that return SortField.Direction Modifier and Type Method Description SortField.DirectionSortField. getDirection()static SortField.DirectionSortField.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static SortField.Direction[]SortField.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.leangen.graphql.execution with parameters of type SortField.Direction Constructor Description SortField(String name, SortField.Direction direction)
-