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, setUseCaches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches
public 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 IMobileAppCategoryReferenceRequest
public MobileAppCategory delete() throws ClientException
delete
in interface IMobileAppCategoryReferenceRequest
ClientException
public IMobileAppCategoryReferenceRequest select(java.lang.String value)
select
in interface IMobileAppCategoryReferenceRequest
value
- the select clausepublic IMobileAppCategoryReferenceRequest expand(java.lang.String value)
expand
in interface IMobileAppCategoryReferenceRequest
value
- the expand clausepublic void put(MobileAppCategory srcMobileAppCategory, ICallback<MobileAppCategory> callback)
put
in interface IMobileAppCategoryReferenceRequest
srcMobileAppCategory
- the MobileAppCategory reference to PUTcallback
- the callback to be called after success or failurepublic MobileAppCategory put(MobileAppCategory srcMobileAppCategory) throws ClientException
put
in interface IMobileAppCategoryReferenceRequest
srcMobileAppCategory
- the MobileAppCategory reference to PUTClientException
- an exception occurs if there was an error while the request was sent