Uses of Class
com.arangodb.Request
-
Packages that use Request Package Description com.arangodb -
-
Uses of Request in com.arangodb
Methods in com.arangodb that return Request Modifier and Type Method Description Request<T>Request.Builder. build()Methods in com.arangodb with parameters of type Request Modifier and Type Method Description <T> Response<T>ArangoDB. execute(Request<?> request, Class<T> type)Execute custom requests.<T> CompletableFuture<Response<T>>ArangoDBAsync. execute(Request<?> request, Class<T> type)Asynchronous version ofArangoDB.execute(Request, Class)
-