Uses of Enum
com.arangodb.internal.RequestType
Packages that use RequestType
-
Uses of RequestType in com.arangodb.internal
Methods in com.arangodb.internal that return RequestTypeModifier and TypeMethodDescriptionstatic RequestType
RequestType.from
(Request.Method method) InternalRequest.getRequestType()
static RequestType
Returns the enum constant of this type with the specified name.static RequestType[]
RequestType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.internal with parameters of type RequestTypeModifier and TypeMethodDescriptionprotected InternalRequest
ArangoExecuteable.request
(String dbName, RequestType requestType, String... path) Constructors in com.arangodb.internal with parameters of type RequestTypeModifierConstructorDescriptionInternalRequest
(String dbName, RequestType requestType, String path)