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, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void post(ManagedAppRegistration newManagedAppRegistration, IJsonBackedObject payload, ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration, IJsonBackedObject payload) throws ClientException
ClientException
void get(ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration get() throws ClientException
ClientException
void delete(ICallback<ManagedAppRegistration> callback)
void delete() throws ClientException
ClientException
void patch(ManagedAppRegistration sourceManagedAppRegistration, ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration patch(ManagedAppRegistration sourceManagedAppRegistration) throws ClientException
ClientException
IManagedAppRegistrationWithReferenceRequest select(java.lang.String value)
IManagedAppRegistrationWithReferenceRequest expand(java.lang.String value)