Uses of Class
com.arangodb.entity.InvertedIndexPrimarySort.Field.Direction
-
Packages that use InvertedIndexPrimarySort.Field.Direction Package Description com.arangodb.entity -
-
Uses of InvertedIndexPrimarySort.Field.Direction in com.arangodb.entity
Methods in com.arangodb.entity that return InvertedIndexPrimarySort.Field.Direction Modifier and Type Method Description InvertedIndexPrimarySort.Field.DirectionInvertedIndexPrimarySort.Field. getDirection()static InvertedIndexPrimarySort.Field.DirectionInvertedIndexPrimarySort.Field.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static InvertedIndexPrimarySort.Field.Direction[]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.Direction Constructor Description Field(String field, InvertedIndexPrimarySort.Field.Direction direction)
-