public class Request extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.RequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Request.RequestBuilder |
builder(String method) |
static Request.RequestBuilder |
builder(String method,
String url) |
BaseEntity |
getEntity() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
Map<String,String> |
getParameters() |
String |
getPath() |
boolean |
hasEntity() |
boolean |
isCompanyRelated() |
public static Request.RequestBuilder builder(String method, String url)
public static Request.RequestBuilder builder(String method)
public String getPath()
public String getMethod()
public boolean hasEntity()
public BaseEntity getEntity()
public boolean isCompanyRelated()
Copyright © 2016. All rights reserved.