public class Request extends Object
Constructor and Description |
---|
Request(String database,
RequestType requestType,
String path) |
Modifier and Type | Method and Description |
---|---|
com.arangodb.velocypack.VPackSlice |
getBody() |
String |
getDatabase() |
Map<String,String> |
getHeaderParam() |
Map<String,String> |
getQueryParam() |
String |
getRequest() |
RequestType |
getRequestType() |
int |
getType() |
int |
getVersion() |
Request |
putHeaderParam(String key,
String value) |
Request |
putQueryParam(String key,
Object value) |
Request |
setBody(com.arangodb.velocypack.VPackSlice body) |
Request |
setType(int type) |
Request |
setVersion(int version) |
public Request(String database, RequestType requestType, String path)
public int getVersion()
public Request setVersion(int version)
public int getType()
public Request setType(int type)
public String getDatabase()
public RequestType getRequestType()
public String getRequest()
public com.arangodb.velocypack.VPackSlice getBody()
public Request setBody(com.arangodb.velocypack.VPackSlice body)
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.