public interface IMobileAppContentRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<MobileAppContent> callback)
Delete this item from the service
|
IMobileAppContentRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MobileAppContent |
get()
Gets the MobileAppContent from the service
|
void |
get(ICallback<MobileAppContent> callback)
Gets the MobileAppContent from the service
|
MobileAppContent |
patch(MobileAppContent sourceMobileAppContent)
Patches this MobileAppContent with a source
|
void |
patch(MobileAppContent sourceMobileAppContent,
ICallback<MobileAppContent> callback)
Patches this MobileAppContent with a source
|
MobileAppContent |
post(MobileAppContent newMobileAppContent)
Posts a MobileAppContent with a new object
|
void |
post(MobileAppContent newMobileAppContent,
ICallback<MobileAppContent> callback)
Posts a MobileAppContent with a new object
|
IMobileAppContentRequest |
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<MobileAppContent> callback)
callback - the callback to be called after success or failureMobileAppContent get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<MobileAppContent> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(MobileAppContent sourceMobileAppContent, ICallback<MobileAppContent> callback)
sourceMobileAppContent - the source object with updatescallback - the callback to be called after success or failureMobileAppContent patch(MobileAppContent sourceMobileAppContent) throws ClientException
sourceMobileAppContent - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(MobileAppContent newMobileAppContent, ICallback<MobileAppContent> callback)
newMobileAppContent - the new object to createcallback - the callback to be called after success or failureMobileAppContent post(MobileAppContent newMobileAppContent) throws ClientException
newMobileAppContent - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIMobileAppContentRequest select(java.lang.String value)
value - the select clauseIMobileAppContentRequest expand(java.lang.String value)
value - the expand clause