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,U>
Response<U>ArangoDB. execute(Request<T> request, Class<U> type)
Execute custom requests.
-