Uses of Class
com.c8db.model.TraversalOptions.Order
-
Packages that use TraversalOptions.Order Package Description com.c8db.internal.velocypack com.c8db.model -
-
Uses of TraversalOptions.Order in com.c8db.internal.velocypack
Fields in com.c8db.internal.velocypack with type parameters of type TraversalOptions.Order Modifier and Type Field Description static com.arangodb.velocypack.VPackSerializer<TraversalOptions.Order>VPackSerializers. TRAVERSAL_ORDER -
Uses of TraversalOptions.Order in com.c8db.model
Methods in com.c8db.model that return TraversalOptions.Order Modifier and Type Method Description TraversalOptions.OrderTraversalOptions. getOrder()static TraversalOptions.OrderTraversalOptions.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static TraversalOptions.Order[]TraversalOptions.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.c8db.model with parameters of type TraversalOptions.Order Modifier and Type Method Description TraversalOptionsTraversalOptions. order(TraversalOptions.Order order)
-