public class RevokeOAuthRequest extends DefaultBoxRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI |
Constructor and Description |
---|
RevokeOAuthRequest(IBoxConfig config,
IBoxJSONParser parser,
BoxOAuthRequestObject requestObject) |
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() |
addHeader, addHttpParam, addQueryParam, getAuth, getConfig, getCookie, getExpectedResponseCode, getHeaders, getHttpParams, getQueryParams, getRawRequest, getRequestEntity, getRestMethod, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFields
public static final java.lang.String URI
public RevokeOAuthRequest(IBoxConfig config, IBoxJSONParser parser, BoxOAuthRequestObject requestObject) throws BoxRestException
BoxRestException
public static java.lang.String getUri()
public java.lang.String getScheme()
IBoxRequest
getScheme
in interface IBoxRequest
getScheme
in class DefaultBoxRequest
public java.lang.String getAuthority()
IBoxRequest
getAuthority
in interface IBoxRequest
getAuthority
in class DefaultBoxRequest
public java.lang.String getApiUrlPath()
IBoxRequest
getApiUrlPath
in interface IBoxRequest
getApiUrlPath
in class DefaultBoxRequest