| Package | Description |
|---|---|
| com.arangodb.velocystream |
| Modifier and Type | Method and Description |
|---|---|
static RequestType |
RequestType.fromType(int type) |
RequestType |
Request.getRequestType() |
static RequestType |
RequestType.valueOf(String name)
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.
|
| Constructor and Description |
|---|
Request(DbName dbName,
RequestType requestType,
String path)
Deprecated.
Use
Request(String, RequestType, String) instead |
Request(String database,
RequestType requestType,
String path) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.