public interface IManagedAppStatusRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super ManagedAppStatus> callback)
Delete this item from the service
|
IManagedAppStatusRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedAppStatus |
get()
Gets the ManagedAppStatus from the service
|
void |
get(ICallback<? super ManagedAppStatus> callback)
Gets the ManagedAppStatus from the service
|
ManagedAppStatus |
patch(ManagedAppStatus sourceManagedAppStatus)
Patches this ManagedAppStatus with a source
|
void |
patch(ManagedAppStatus sourceManagedAppStatus,
ICallback<? super ManagedAppStatus> callback)
Patches this ManagedAppStatus with a source
|
ManagedAppStatus |
post(ManagedAppStatus newManagedAppStatus)
Posts a ManagedAppStatus with a new object
|
void |
post(ManagedAppStatus newManagedAppStatus,
ICallback<? super ManagedAppStatus> callback)
Posts a ManagedAppStatus with a new object
|
ManagedAppStatus |
put(ManagedAppStatus newManagedAppStatus)
Posts a ManagedAppStatus with a new object
|
void |
put(ManagedAppStatus newManagedAppStatus,
ICallback<? super ManagedAppStatus> callback)
Posts a ManagedAppStatus with a new object
|
IManagedAppStatusRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ManagedAppStatus> callback)
callback - the callback to be called after success or failureManagedAppStatus get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super ManagedAppStatus> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedAppStatus sourceManagedAppStatus, ICallback<? super ManagedAppStatus> callback)
sourceManagedAppStatus - the source object with updatescallback - the callback to be called after success or failureManagedAppStatus patch(ManagedAppStatus sourceManagedAppStatus) throws ClientException
sourceManagedAppStatus - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedAppStatus newManagedAppStatus, ICallback<? super ManagedAppStatus> callback)
newManagedAppStatus - the new object to createcallback - the callback to be called after success or failureManagedAppStatus post(ManagedAppStatus newManagedAppStatus) throws ClientException
newManagedAppStatus - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(ManagedAppStatus newManagedAppStatus, ICallback<? super ManagedAppStatus> callback)
newManagedAppStatus - the object to create/updatecallback - the callback to be called after success or failureManagedAppStatus put(ManagedAppStatus newManagedAppStatus) throws ClientException
newManagedAppStatus - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIManagedAppStatusRequest select(java.lang.String value)
value - the select clauseIManagedAppStatusRequest expand(java.lang.String value)
value - the expand clause