public class CreateEmailAliasRequest extends DefaultBoxRequest
Constructor and Description |
---|
CreateEmailAliasRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String userId,
BoxEmailAliasRequestObject requestObject)
Constructor.
|
CreateEmailAliasRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String userId,
java.lang.String email)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getUri(java.lang.String userId)
Get uri.
|
addHeader, addHttpParam, addQueryParam, getApiUrlPath, getAuth, getAuthority, getConfig, getCookie, getExpectedResponseCode, getHeaders, getHttpParams, getQueryParams, getRawRequest, getRequestEntity, getRestMethod, getScheme, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFields
public CreateEmailAliasRequest(IBoxConfig config, IBoxJSONParser parser, java.lang.String userId, BoxEmailAliasRequestObject requestObject) throws BoxRestException
config
- configparser
- json parseruserId
- id of the userrequestObject
- request objectBoxRestException
- exceptionpublic CreateEmailAliasRequest(IBoxConfig config, IBoxJSONParser parser, java.lang.String userId, java.lang.String email) throws BoxRestException
config
- configparser
- json parseruserId
- id of the useremail
- email aliasBoxRestException
- exception