public static class RequestInfo.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
body |
protected Map<String,String> |
headers |
protected String |
method |
protected Map<String,String> |
queryParams |
protected String |
url |
| Constructor and Description |
|---|
Builder(String method,
String url,
Map<String,String> queryParams,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
RequestInfo.Builder |
body(String body) |
RequestInfo |
build() |
protected final Map<String,String> queryParams
public RequestInfo.Builder body(String body)
public RequestInfo build()