public class UpdateUserRequest extends DefaultBoxRequest
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI |
| Constructor and Description |
|---|
UpdateUserRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String userId,
BoxUserRequestObject requestObject)
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, getUriPath, prepareRequest, setAuth, setCookie, setEntity, setExpectedResponseCode, setIfMatch, setRequestFieldspublic static final java.lang.String URI
public UpdateUserRequest(IBoxConfig config, IBoxJSONParser parser, java.lang.String userId, BoxUserRequestObject requestObject) throws BoxRestException
config - configparser - json parseruserId - id of the user.requestObject - request objectBoxRestException