public interface IAgreementAcceptanceWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super AgreementAcceptance> callback) |
IAgreementAcceptanceWithReferenceRequest |
expand(java.lang.String value) |
AgreementAcceptance |
get() |
void |
get(ICallback<? super AgreementAcceptance> callback) |
AgreementAcceptance |
patch(AgreementAcceptance sourceAgreementAcceptance) |
void |
patch(AgreementAcceptance sourceAgreementAcceptance,
ICallback<? super AgreementAcceptance> callback) |
AgreementAcceptance |
post(AgreementAcceptance newAgreementAcceptance,
IJsonBackedObject payload) |
void |
post(AgreementAcceptance newAgreementAcceptance,
IJsonBackedObject payload,
ICallback<? super AgreementAcceptance> callback) |
IAgreementAcceptanceWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(AgreementAcceptance newAgreementAcceptance, IJsonBackedObject payload, ICallback<? super AgreementAcceptance> callback)
AgreementAcceptance post(AgreementAcceptance newAgreementAcceptance, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super AgreementAcceptance> callback)
AgreementAcceptance get() throws ClientException
ClientExceptionvoid delete(ICallback<? super AgreementAcceptance> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(AgreementAcceptance sourceAgreementAcceptance, ICallback<? super AgreementAcceptance> callback)
AgreementAcceptance patch(AgreementAcceptance sourceAgreementAcceptance) throws ClientException
ClientExceptionIAgreementAcceptanceWithReferenceRequest select(java.lang.String value)
IAgreementAcceptanceWithReferenceRequest expand(java.lang.String value)