public interface IMobileAppCategoryRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<MobileAppCategory> callback)
Delete this item from the service
|
IMobileAppCategoryRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MobileAppCategory |
get()
Gets the MobileAppCategory from the service
|
void |
get(ICallback<MobileAppCategory> callback)
Gets the MobileAppCategory from the service
|
MobileAppCategory |
patch(MobileAppCategory sourceMobileAppCategory)
Patches this MobileAppCategory with a source
|
void |
patch(MobileAppCategory sourceMobileAppCategory,
ICallback<MobileAppCategory> callback)
Patches this MobileAppCategory with a source
|
MobileAppCategory |
post(MobileAppCategory newMobileAppCategory)
Posts a MobileAppCategory with a new object
|
void |
post(MobileAppCategory newMobileAppCategory,
ICallback<MobileAppCategory> callback)
Posts a MobileAppCategory with a new object
|
IMobileAppCategoryRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<MobileAppCategory> callback)
callback - the callback to be called after success or failureMobileAppCategory get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<MobileAppCategory> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(MobileAppCategory sourceMobileAppCategory, ICallback<MobileAppCategory> callback)
sourceMobileAppCategory - the source object with updatescallback - the callback to be called after success or failureMobileAppCategory patch(MobileAppCategory sourceMobileAppCategory) throws ClientException
sourceMobileAppCategory - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(MobileAppCategory newMobileAppCategory, ICallback<MobileAppCategory> callback)
newMobileAppCategory - the new object to createcallback - the callback to be called after success or failureMobileAppCategory post(MobileAppCategory newMobileAppCategory) throws ClientException
newMobileAppCategory - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIMobileAppCategoryRequest select(java.lang.String value)
value - the select clauseIMobileAppCategoryRequest expand(java.lang.String value)
value - the expand clause