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