public interface IManagedAppRegistrationReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ManagedAppRegistration |
delete() |
void |
delete(ICallback<? super ManagedAppRegistration> callback) |
IManagedAppRegistrationReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedAppRegistration |
put(ManagedAppRegistration srcManagedAppRegistration)
Puts the ManagedAppRegistration
|
void |
put(ManagedAppRegistration srcManagedAppRegistration,
ICallback<? super ManagedAppRegistration> callback)
Puts the ManagedAppRegistration
|
IManagedAppRegistrationReferenceRequest |
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 delete(ICallback<? super ManagedAppRegistration> callback)
ManagedAppRegistration delete() throws ClientException
ClientExceptionIManagedAppRegistrationReferenceRequest select(java.lang.String value)
value - the select clauseIManagedAppRegistrationReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(ManagedAppRegistration srcManagedAppRegistration, ICallback<? super ManagedAppRegistration> callback)
srcManagedAppRegistration - the ManagedAppRegistration to PUTcallback - the callback to be called after success or failureManagedAppRegistration put(ManagedAppRegistration srcManagedAppRegistration) throws ClientException
srcManagedAppRegistration - the ManagedAppRegistration to PUTClientException - an exception occurs if there was an error while the request was sent