public interface IManagedAppRegistrationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super ManagedAppRegistration> callback)
Delete this item from the service
|
IManagedAppRegistrationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedAppRegistration |
get()
Gets the ManagedAppRegistration from the service
|
void |
get(ICallback<? super ManagedAppRegistration> callback)
Gets the ManagedAppRegistration from the service
|
ManagedAppRegistration |
patch(ManagedAppRegistration sourceManagedAppRegistration)
Patches this ManagedAppRegistration with a source
|
void |
patch(ManagedAppRegistration sourceManagedAppRegistration,
ICallback<? super ManagedAppRegistration> callback)
Patches this ManagedAppRegistration with a source
|
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration)
Posts a ManagedAppRegistration with a new object
|
void |
post(ManagedAppRegistration newManagedAppRegistration,
ICallback<? super ManagedAppRegistration> callback)
Posts a ManagedAppRegistration with a new object
|
ManagedAppRegistration |
put(ManagedAppRegistration newManagedAppRegistration)
Posts a ManagedAppRegistration with a new object
|
void |
put(ManagedAppRegistration newManagedAppRegistration,
ICallback<? super ManagedAppRegistration> callback)
Posts a ManagedAppRegistration with a new object
|
IManagedAppRegistrationRequest |
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 ManagedAppRegistration> callback)
callback - the callback to be called after success or failureManagedAppRegistration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super ManagedAppRegistration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedAppRegistration sourceManagedAppRegistration, ICallback<? super ManagedAppRegistration> callback)
sourceManagedAppRegistration - the source object with updatescallback - the callback to be called after success or failureManagedAppRegistration patch(ManagedAppRegistration sourceManagedAppRegistration) throws ClientException
sourceManagedAppRegistration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedAppRegistration newManagedAppRegistration, ICallback<? super ManagedAppRegistration> callback)
newManagedAppRegistration - the new object to createcallback - the callback to be called after success or failureManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration) throws ClientException
newManagedAppRegistration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(ManagedAppRegistration newManagedAppRegistration, ICallback<? super ManagedAppRegistration> callback)
newManagedAppRegistration - the object to create/updatecallback - the callback to be called after success or failureManagedAppRegistration put(ManagedAppRegistration newManagedAppRegistration) throws ClientException
newManagedAppRegistration - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIManagedAppRegistrationRequest select(java.lang.String value)
value - the select clauseIManagedAppRegistrationRequest expand(java.lang.String value)
value - the expand clause