public class DeleteEmailAliasRequest extends DefaultBoxRequest
| Constructor and Description |
|---|
DeleteEmailAliasRequest(IBoxConfig config,
IBoxJSONParser parser,
String userId,
String emailId,
BoxDefaultRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getUri(String userId,
String emailId)
Get uri.
|
addHeader, addHttpParam, addQueryParam, getApiUrlPath, getAuth, getAuthority, getConfig, getCookie, getExpectedResponseCode, getHeaders, getHttpParams, getQueryParams, getRawRequest, getRequestEntity, getRestMethod, getScheme, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFieldspublic DeleteEmailAliasRequest(IBoxConfig config, IBoxJSONParser parser, String userId, String emailId, BoxDefaultRequestObject requestObject) throws BoxRestException
config - configparser - json parseruserId - id of useremailId - id of emailrequestObject - request objectBoxRestException - exceptionCopyright © 2014. All Rights Reserved.