public final class Request<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Request.Builder<T> |
static class |
Request.Method |
Modifier and Type | Method and Description |
---|---|
static <T> Request.Builder<T> |
builder() |
T |
getBody() |
DbName |
getDb() |
Map<String,String> |
getHeaders() |
Request.Method |
getMethod() |
String |
getPath() |
Map<String,String> |
getQueryParams() |
public static <T> Request.Builder<T> builder()
public DbName getDb()
public Request.Method getMethod()
public String getPath()
public T getBody()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.