Uses of Enum
com.arangodb.entity.InvertedIndexPrimarySort.Field.Direction
Packages that use InvertedIndexPrimarySort.Field.Direction
-
Uses of InvertedIndexPrimarySort.Field.Direction in com.arangodb.entity
Methods in com.arangodb.entity that return InvertedIndexPrimarySort.Field.DirectionModifier and TypeMethodDescriptionInvertedIndexPrimarySort.Field.getDirection()
Returns the enum constant of this type with the specified name.InvertedIndexPrimarySort.Field.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.arangodb.entity with parameters of type InvertedIndexPrimarySort.Field.DirectionModifierConstructorDescriptionField
(String field, InvertedIndexPrimarySort.Field.Direction direction)