| Modifier and Type | Field and Description | 
|---|---|
| static EnumSerializer<Order> | EnumSerializer. OrderSerializer | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Order | Order. reversed()Produce the opposite representation of the current  Orderenum. | 
| static Order | Order. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Order[] | Order. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| default GraphTraversal<S,E> | GraphTraversal. by(Order order)The  by()can be applied to a number of different step to alter their behaviors. | 
| Modifier and Type | Method and Description | 
|---|---|
| default void | ByModulating. modulateBy(Order order) | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.