public class AgreementFileVersionCollectionRequest extends BaseCollectionRequest<AgreementFileVersionCollectionResponse,IAgreementFileVersionCollectionPage> implements IAgreementFileVersionCollectionRequest
| Constructor and Description |
|---|
AgreementFileVersionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AgreementFileVersion
|
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 AgreementFileVersionCollectionRequest(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 IAgreementFileVersionCollectionPage> callback)
get in interface IAgreementFileVersionCollectionRequestpublic IAgreementFileVersionCollectionPage get() throws ClientException
get in interface IAgreementFileVersionCollectionRequestClientExceptionpublic void post(AgreementFileVersion newAgreementFileVersion, ICallback<? super AgreementFileVersion> callback)
post in interface IAgreementFileVersionCollectionRequestpublic AgreementFileVersion post(AgreementFileVersion newAgreementFileVersion) throws ClientException
post in interface IAgreementFileVersionCollectionRequestClientExceptionpublic IAgreementFileVersionCollectionRequest expand(java.lang.String value)
expand in interface IAgreementFileVersionCollectionRequestvalue - the expand clausepublic IAgreementFileVersionCollectionRequest filter(java.lang.String value)
filter in interface IAgreementFileVersionCollectionRequestvalue - the filter clausepublic IAgreementFileVersionCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAgreementFileVersionCollectionRequestvalue - the order by clausepublic IAgreementFileVersionCollectionRequest select(java.lang.String value)
select in interface IAgreementFileVersionCollectionRequestvalue - the select clausepublic IAgreementFileVersionCollectionRequest top(int value)
top in interface IAgreementFileVersionCollectionRequestvalue - the max number of items to returnpublic IAgreementFileVersionCollectionRequest skip(int value)
skip in interface IAgreementFileVersionCollectionRequestvalue - of the number of items to skippublic IAgreementFileVersionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAgreementFileVersionCollectionRequestskipToken - - Token for paginationpublic IAgreementFileVersionCollectionPage buildFromResponse(AgreementFileVersionCollectionResponse response)