public class UserReprocessLicenseAssignmentRequest extends BaseRequest implements IUserReprocessLicenseAssignmentRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING
Constructor and Description |
---|
UserReprocessLicenseAssignmentRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this UserReprocessLicenseAssignment
|
Modifier and Type | Method and Description |
---|---|
IUserReprocessLicenseAssignmentRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
User |
post()
Creates the UserReprocessLicenseAssignment
|
void |
post(ICallback<? super User> callback)
Creates the UserReprocessLicenseAssignment
|
IUserReprocessLicenseAssignmentRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public UserReprocessLicenseAssignmentRequest(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic void post(ICallback<? super User> callback)
post
in interface IUserReprocessLicenseAssignmentRequest
callback
- the callback to be called after success or failurepublic User post() throws ClientException
post
in interface IUserReprocessLicenseAssignmentRequest
ClientException
- an exception occurs if there was an error while the request was sentpublic IUserReprocessLicenseAssignmentRequest select(java.lang.String value)
select
in interface IUserReprocessLicenseAssignmentRequest
value
- the select clausepublic IUserReprocessLicenseAssignmentRequest expand(java.lang.String value)
expand
in interface IUserReprocessLicenseAssignmentRequest
value
- the expand clause