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