public class Request extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.RequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
URL |
constructURL()
Prepares request URL
|
String |
getAuthString() |
MethodType |
getMethod() |
String |
getPostJson() |
List<org.apache.http.NameValuePair> |
getPostParams() |
String |
getUrl() |
boolean |
isRequiresAuthentication() |
public MethodType getMethod()
public String getUrl()
public boolean isRequiresAuthentication()
public String getAuthString()
public List<org.apache.http.NameValuePair> getPostParams()
public String getPostJson()
public URL constructURL() throws InvalidRequestException
InvalidRequestExceptionCopyright © 2025. All Rights Reserved.