public class AgreementAcceptanceCollectionReferenceRequest extends BaseCollectionRequest<AgreementAcceptanceCollectionResponse,IAgreementAcceptanceCollectionPage> implements IAgreementAcceptanceCollectionReferenceRequest
| Constructor and Description |
|---|
AgreementAcceptanceCollectionReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AgreementAcceptance
|
| Modifier and Type | Method and Description |
|---|---|
IAgreementAcceptanceCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAgreementAcceptanceCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAgreementAcceptanceCollectionReferenceRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AgreementAcceptance |
post(AgreementAcceptance newAgreementAcceptance) |
void |
post(AgreementAcceptance newAgreementAcceptance,
ICallback<? super AgreementAcceptance> callback) |
IAgreementAcceptanceCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAgreementAcceptanceCollectionReferenceRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic AgreementAcceptanceCollectionReferenceRequest(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, ICallback<? super AgreementAcceptance> callback)
post in interface IAgreementAcceptanceCollectionReferenceRequestpublic AgreementAcceptance post(AgreementAcceptance newAgreementAcceptance) throws ClientException
post in interface IAgreementAcceptanceCollectionReferenceRequestClientExceptionpublic IAgreementAcceptanceCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IAgreementAcceptanceCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic IAgreementAcceptanceCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic IAgreementAcceptanceCollectionReferenceRequest select(java.lang.String value)
select in interface IAgreementAcceptanceCollectionReferenceRequestvalue - the select clausepublic IAgreementAcceptanceCollectionReferenceRequest top(int value)
top in interface IAgreementAcceptanceCollectionReferenceRequestvalue - the max number of items to return