Uses of Class
com.arangodb.model.LogOptions.SortOrder
-
Packages that use LogOptions.SortOrder Package Description com.arangodb.model -
-
Uses of LogOptions.SortOrder in com.arangodb.model
Methods in com.arangodb.model that return LogOptions.SortOrder Modifier and Type Method Description LogOptions.SortOrder
LogOptions. getSort()
static LogOptions.SortOrder
LogOptions.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogOptions.SortOrder[]
LogOptions.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.model with parameters of type LogOptions.SortOrder Modifier and Type Method Description LogOptions
LogOptions. sort(LogOptions.SortOrder sort)
-