public class AgreementAcceptanceCollectionRequest extends BaseCollectionRequest<AgreementAcceptanceCollectionResponse,IAgreementAcceptanceCollectionPage> implements IAgreementAcceptanceCollectionRequest
| Constructor and Description |
|---|
AgreementAcceptanceCollectionRequest(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 |
|---|---|
IAgreementAcceptanceCollectionPage |
buildFromResponse(AgreementAcceptanceCollectionResponse response) |
IAgreementAcceptanceCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAgreementAcceptanceCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAgreementAcceptanceCollectionPage |
get() |
void |
get(ICallback<? super IAgreementAcceptanceCollectionPage> callback) |
IAgreementAcceptanceCollectionRequest |
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) |
IAgreementAcceptanceCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAgreementAcceptanceCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAgreementAcceptanceCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IAgreementAcceptanceCollectionRequest |
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, 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 AgreementAcceptanceCollectionRequest(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 get(ICallback<? super IAgreementAcceptanceCollectionPage> callback)
get in interface IAgreementAcceptanceCollectionRequestpublic IAgreementAcceptanceCollectionPage get() throws ClientException
get in interface IAgreementAcceptanceCollectionRequestClientExceptionpublic void post(AgreementAcceptance newAgreementAcceptance, ICallback<? super AgreementAcceptance> callback)
post in interface IAgreementAcceptanceCollectionRequestpublic AgreementAcceptance post(AgreementAcceptance newAgreementAcceptance) throws ClientException
post in interface IAgreementAcceptanceCollectionRequestClientExceptionpublic IAgreementAcceptanceCollectionRequest expand(java.lang.String value)
expand in interface IAgreementAcceptanceCollectionRequestvalue - the expand clausepublic IAgreementAcceptanceCollectionRequest filter(java.lang.String value)
filter in interface IAgreementAcceptanceCollectionRequestvalue - the filter clausepublic IAgreementAcceptanceCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAgreementAcceptanceCollectionRequestvalue - the order by clausepublic IAgreementAcceptanceCollectionRequest select(java.lang.String value)
select in interface IAgreementAcceptanceCollectionRequestvalue - the select clausepublic IAgreementAcceptanceCollectionRequest top(int value)
top in interface IAgreementAcceptanceCollectionRequestvalue - the max number of items to returnpublic IAgreementAcceptanceCollectionRequest skip(int value)
skip in interface IAgreementAcceptanceCollectionRequestvalue - of the number of items to skippublic IAgreementAcceptanceCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAgreementAcceptanceCollectionRequestskipToken - - Token for paginationpublic IAgreementAcceptanceCollectionPage buildFromResponse(AgreementAcceptanceCollectionResponse response)