Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
ArangoRoute |
ArangoRoute.route(String... path)
Returns a new
ArangoRoute instance for the given path (relative to the current route) that can be used to
perform arbitrary requests. |
ArangoRoute |
ArangoDatabase.route(String... path)
Returns a new
ArangoRoute instance for the given path (relative to the database) that can be used to
perform arbitrary requests. |
ArangoRoute |
ArangoRoute.withBody(Object body)
The response body.
|
ArangoRoute |
ArangoRoute.withHeader(String key,
Object value)
Header that should be sent with each request to the route.
|
ArangoRoute |
ArangoRoute.withQueryParam(String key,
Object value)
Query parameter that should be sent with each request to the route.
|
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.