public class RefreshOAuthRequest extends DefaultBoxRequest
| Constructor and Description |
|---|
RefreshOAuthRequest(IBoxConfig config,
IBoxJSONParser parser,
BoxOAuthRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiUrlPath()
Get api path for the api call.
|
java.lang.String |
getAuthority()
Get authority for the api call.
|
java.lang.String |
getScheme()
Get scheme for the api call.
|
static java.lang.String |
getUri()
Get uri.
|
addHeader, addHttpParam, addQueryParam, getAuth, getConfig, getCookie, getExpectedResponseCode, getHeaders, getHttpParams, getQueryParams, getRawRequest, getRequestEntity, getRestMethod, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFieldspublic RefreshOAuthRequest(IBoxConfig config, IBoxJSONParser parser, BoxOAuthRequestObject requestObject) throws BoxRestException
config - configparser - json parserrequestObject - request objectBoxRestException - exceptionpublic static java.lang.String getUri()
public java.lang.String getScheme()
IBoxRequestgetScheme in interface IBoxRequestgetScheme in class DefaultBoxRequestpublic java.lang.String getAuthority()
IBoxRequestgetAuthority in interface IBoxRequestgetAuthority in class DefaultBoxRequestpublic java.lang.String getApiUrlPath()
IBoxRequestgetApiUrlPath in interface IBoxRequestgetApiUrlPath in class DefaultBoxRequest