public class MobileAppCategoryReferenceRequest extends BaseRequest implements IMobileAppCategoryReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
MobileAppCategoryReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the MobileAppCategory
|
| Modifier and Type | Method and Description |
|---|---|
MobileAppCategory |
delete() |
void |
delete(ICallback<MobileAppCategory> callback) |
IMobileAppCategoryReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MobileAppCategory |
put(MobileAppCategory srcMobileAppCategory)
Puts the MobileAppCategory
|
void |
put(MobileAppCategory srcMobileAppCategory,
ICallback<MobileAppCategory> callback)
Puts the MobileAppCategory
|
IMobileAppCategoryReferenceRequest |
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 MobileAppCategoryReferenceRequest(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 delete(ICallback<MobileAppCategory> callback)
delete in interface IMobileAppCategoryReferenceRequestpublic MobileAppCategory delete() throws ClientException
delete in interface IMobileAppCategoryReferenceRequestClientExceptionpublic IMobileAppCategoryReferenceRequest select(java.lang.String value)
select in interface IMobileAppCategoryReferenceRequestvalue - the select clausepublic IMobileAppCategoryReferenceRequest expand(java.lang.String value)
expand in interface IMobileAppCategoryReferenceRequestvalue - the expand clausepublic void put(MobileAppCategory srcMobileAppCategory, ICallback<MobileAppCategory> callback)
put in interface IMobileAppCategoryReferenceRequestsrcMobileAppCategory - the MobileAppCategory reference to PUTcallback - the callback to be called after success or failurepublic MobileAppCategory put(MobileAppCategory srcMobileAppCategory) throws ClientException
put in interface IMobileAppCategoryReferenceRequestsrcMobileAppCategory - the MobileAppCategory reference to PUTClientException - an exception occurs if there was an error while the request was sent