public class MobileAppCategoryWithReferenceRequest extends BaseRequest implements IMobileAppCategoryWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
MobileAppCategoryWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the MobileAppCategory
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<MobileAppCategory> callback) |
IMobileAppCategoryWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MobileAppCategory |
get() |
void |
get(ICallback<MobileAppCategory> callback) |
MobileAppCategory |
patch(MobileAppCategory sourceMobileAppCategory) |
void |
patch(MobileAppCategory sourceMobileAppCategory,
ICallback<MobileAppCategory> callback) |
MobileAppCategory |
post(MobileAppCategory newMobileAppCategory,
IJsonBackedObject payload) |
void |
post(MobileAppCategory newMobileAppCategory,
IJsonBackedObject payload,
ICallback<MobileAppCategory> callback) |
IMobileAppCategoryWithReferenceRequest |
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 MobileAppCategoryWithReferenceRequest(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(MobileAppCategory newMobileAppCategory, IJsonBackedObject payload, ICallback<MobileAppCategory> callback)
post in interface IMobileAppCategoryWithReferenceRequestpublic MobileAppCategory post(MobileAppCategory newMobileAppCategory, IJsonBackedObject payload) throws ClientException
post in interface IMobileAppCategoryWithReferenceRequestClientExceptionpublic void get(ICallback<MobileAppCategory> callback)
get in interface IMobileAppCategoryWithReferenceRequestpublic MobileAppCategory get() throws ClientException
get in interface IMobileAppCategoryWithReferenceRequestClientExceptionpublic void delete(ICallback<MobileAppCategory> callback)
delete in interface IMobileAppCategoryWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IMobileAppCategoryWithReferenceRequestClientExceptionpublic void patch(MobileAppCategory sourceMobileAppCategory, ICallback<MobileAppCategory> callback)
patch in interface IMobileAppCategoryWithReferenceRequestpublic MobileAppCategory patch(MobileAppCategory sourceMobileAppCategory) throws ClientException
patch in interface IMobileAppCategoryWithReferenceRequestClientExceptionpublic IMobileAppCategoryWithReferenceRequest select(java.lang.String value)
select in interface IMobileAppCategoryWithReferenceRequestvalue - the select clausepublic IMobileAppCategoryWithReferenceRequest expand(java.lang.String value)
expand in interface IMobileAppCategoryWithReferenceRequestvalue - the expand clause