Uses of Class
com.arangodb.Request.Method
-
Packages that use Request.Method Package Description com.arangodb -
-
Uses of Request.Method in com.arangodb
Methods in com.arangodb that return Request.Method Modifier and Type Method Description Request.Method
Request. getMethod()
static Request.Method
Request.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static Request.Method[]
Request.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb with parameters of type Request.Method Modifier and Type Method Description Request.Builder<T>
Request.Builder. method(Request.Method method)
-