Package com.arangodb
Class Request<T>
- java.lang.Object
-
- com.arangodb.Request<T>
-
public final class Request<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Request.Builder<T>
static class
Request.Method
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Request.Builder<T>
builder()
T
getBody()
String
getDb()
Map<String,String>
getHeaders()
Request.Method
getMethod()
String
getPath()
Map<String,String>
getQueryParams()
-
-
-
Method Detail
-
builder
public static <T> Request.Builder<T> builder()
-
getDb
public String getDb()
-
getMethod
public Request.Method getMethod()
-
getPath
public String getPath()
-
getBody
public T getBody()
-
-