public class AgreementFileLocalizationCollectionRequest extends BaseCollectionRequest<AgreementFileLocalizationCollectionResponse,IAgreementFileLocalizationCollectionPage> implements IAgreementFileLocalizationCollectionRequest
| Constructor and Description |
|---|
AgreementFileLocalizationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AgreementFileLocalization
|
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 AgreementFileLocalizationCollectionRequest(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 IAgreementFileLocalizationCollectionPage> callback)
get in interface IAgreementFileLocalizationCollectionRequestpublic IAgreementFileLocalizationCollectionPage get() throws ClientException
get in interface IAgreementFileLocalizationCollectionRequestClientExceptionpublic void post(AgreementFileLocalization newAgreementFileLocalization, ICallback<? super AgreementFileLocalization> callback)
post in interface IAgreementFileLocalizationCollectionRequestpublic AgreementFileLocalization post(AgreementFileLocalization newAgreementFileLocalization) throws ClientException
post in interface IAgreementFileLocalizationCollectionRequestClientExceptionpublic IAgreementFileLocalizationCollectionRequest expand(java.lang.String value)
expand in interface IAgreementFileLocalizationCollectionRequestvalue - the expand clausepublic IAgreementFileLocalizationCollectionRequest filter(java.lang.String value)
filter in interface IAgreementFileLocalizationCollectionRequestvalue - the filter clausepublic IAgreementFileLocalizationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAgreementFileLocalizationCollectionRequestvalue - the order by clausepublic IAgreementFileLocalizationCollectionRequest select(java.lang.String value)
select in interface IAgreementFileLocalizationCollectionRequestvalue - the select clausepublic IAgreementFileLocalizationCollectionRequest top(int value)
top in interface IAgreementFileLocalizationCollectionRequestvalue - the max number of items to returnpublic IAgreementFileLocalizationCollectionRequest skip(int value)
skip in interface IAgreementFileLocalizationCollectionRequestvalue - of the number of items to skippublic IAgreementFileLocalizationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAgreementFileLocalizationCollectionRequestskipToken - - Token for paginationpublic IAgreementFileLocalizationCollectionPage buildFromResponse(AgreementFileLocalizationCollectionResponse response)