Uses of Enum Class
org.neo4j.cypherdsl.core.SortItem.Direction
Packages that use SortItem.Direction
-
Uses of SortItem.Direction in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return SortItem.DirectionModifier and TypeMethodDescriptionstatic SortItem.DirectionReturns the enum constant of this class with the specified name.static SortItem.Direction[]SortItem.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.cypherdsl.core with parameters of type SortItem.DirectionModifier and TypeMethodDescriptionstatic @NotNull SortItemCypher.sort(Expression expression, SortItem.Direction direction) default @NotNull SortItemExpression.sorted(SortItem.Direction direction) Creates a new sort item with the given direction.