public interface IManagedAppRegistrationWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationWithReferenceRequest |
expand(java.lang.String value) |
ManagedAppRegistration |
get() |
void |
get(ICallback<ManagedAppRegistration> callback) |
ManagedAppRegistration |
patch(ManagedAppRegistration sourceManagedAppRegistration) |
void |
patch(ManagedAppRegistration sourceManagedAppRegistration,
ICallback<ManagedAppRegistration> callback) |
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration,
IJsonBackedObject payload) |
void |
post(ManagedAppRegistration newManagedAppRegistration,
IJsonBackedObject payload,
ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid post(ManagedAppRegistration newManagedAppRegistration, IJsonBackedObject payload, ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration get() throws ClientException
ClientExceptionvoid delete(ICallback<ManagedAppRegistration> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(ManagedAppRegistration sourceManagedAppRegistration, ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration patch(ManagedAppRegistration sourceManagedAppRegistration) throws ClientException
ClientExceptionIManagedAppRegistrationWithReferenceRequest select(java.lang.String value)
IManagedAppRegistrationWithReferenceRequest expand(java.lang.String value)