public class UserInstallStateSummaryRequest extends BaseRequest implements IUserInstallStateSummaryRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
UserInstallStateSummaryRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the UserInstallStateSummary
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<UserInstallStateSummary> callback)
Delete this item from the service
|
IUserInstallStateSummaryRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
UserInstallStateSummary |
get()
Gets the UserInstallStateSummary from the service
|
void |
get(ICallback<UserInstallStateSummary> callback)
Gets the UserInstallStateSummary from the service
|
UserInstallStateSummary |
patch(UserInstallStateSummary sourceUserInstallStateSummary)
Patches this UserInstallStateSummary with a source
|
void |
patch(UserInstallStateSummary sourceUserInstallStateSummary,
ICallback<UserInstallStateSummary> callback)
Patches this UserInstallStateSummary with a source
|
UserInstallStateSummary |
post(UserInstallStateSummary newUserInstallStateSummary)
Creates a UserInstallStateSummary with a new object
|
void |
post(UserInstallStateSummary newUserInstallStateSummary,
ICallback<UserInstallStateSummary> callback)
Creates a UserInstallStateSummary with a new object
|
IUserInstallStateSummaryRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic UserInstallStateSummaryRequest(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 get(ICallback<UserInstallStateSummary> callback)
get in interface IUserInstallStateSummaryRequestcallback - the callback to be called after success or failurepublic UserInstallStateSummary get() throws ClientException
get in interface IUserInstallStateSummaryRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<UserInstallStateSummary> callback)
delete in interface IUserInstallStateSummaryRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IUserInstallStateSummaryRequestClientException - if there was an exception during the delete operationpublic void patch(UserInstallStateSummary sourceUserInstallStateSummary, ICallback<UserInstallStateSummary> callback)
patch in interface IUserInstallStateSummaryRequestsourceUserInstallStateSummary - the source object with updatescallback - the callback to be called after success or failurepublic UserInstallStateSummary patch(UserInstallStateSummary sourceUserInstallStateSummary) throws ClientException
patch in interface IUserInstallStateSummaryRequestsourceUserInstallStateSummary - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(UserInstallStateSummary newUserInstallStateSummary, ICallback<UserInstallStateSummary> callback)
post in interface IUserInstallStateSummaryRequestnewUserInstallStateSummary - the new object to createcallback - the callback to be called after success or failurepublic UserInstallStateSummary post(UserInstallStateSummary newUserInstallStateSummary) throws ClientException
post in interface IUserInstallStateSummaryRequestnewUserInstallStateSummary - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IUserInstallStateSummaryRequest select(java.lang.String value)
select in interface IUserInstallStateSummaryRequestvalue - the select clausepublic IUserInstallStateSummaryRequest expand(java.lang.String value)
expand in interface IUserInstallStateSummaryRequestvalue - the expand clause