public class AgreementAcceptanceWithReferenceRequest extends BaseRequest implements IAgreementAcceptanceWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
AgreementAcceptanceWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the AgreementAcceptance
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super AgreementAcceptance> callback) |
IAgreementAcceptanceWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
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)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic AgreementAcceptanceWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(AgreementAcceptance newAgreementAcceptance, IJsonBackedObject payload, ICallback<? super AgreementAcceptance> callback)
post in interface IAgreementAcceptanceWithReferenceRequestpublic AgreementAcceptance post(AgreementAcceptance newAgreementAcceptance, IJsonBackedObject payload) throws ClientException
post in interface IAgreementAcceptanceWithReferenceRequestClientExceptionpublic void get(ICallback<? super AgreementAcceptance> callback)
get in interface IAgreementAcceptanceWithReferenceRequestpublic AgreementAcceptance get() throws ClientException
get in interface IAgreementAcceptanceWithReferenceRequestClientExceptionpublic void delete(ICallback<? super AgreementAcceptance> callback)
delete in interface IAgreementAcceptanceWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IAgreementAcceptanceWithReferenceRequestClientExceptionpublic void patch(AgreementAcceptance sourceAgreementAcceptance, ICallback<? super AgreementAcceptance> callback)
patch in interface IAgreementAcceptanceWithReferenceRequestpublic AgreementAcceptance patch(AgreementAcceptance sourceAgreementAcceptance) throws ClientException
patch in interface IAgreementAcceptanceWithReferenceRequestClientExceptionpublic IAgreementAcceptanceWithReferenceRequest select(java.lang.String value)
select in interface IAgreementAcceptanceWithReferenceRequestvalue - the select clausepublic IAgreementAcceptanceWithReferenceRequest expand(java.lang.String value)
expand in interface IAgreementAcceptanceWithReferenceRequestvalue - the expand clause