public class TermsAndConditionsAssignmentCollectionRequest extends BaseCollectionRequest<TermsAndConditionsAssignmentCollectionResponse,ITermsAndConditionsAssignmentCollectionPage> implements ITermsAndConditionsAssignmentCollectionRequest
| Constructor and Description |
|---|
TermsAndConditionsAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TermsAndConditionsAssignment
|
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 TermsAndConditionsAssignmentCollectionRequest(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 ITermsAndConditionsAssignmentCollectionPage> callback)
get in interface ITermsAndConditionsAssignmentCollectionRequestpublic ITermsAndConditionsAssignmentCollectionPage get() throws ClientException
get in interface ITermsAndConditionsAssignmentCollectionRequestClientExceptionpublic void post(TermsAndConditionsAssignment newTermsAndConditionsAssignment, ICallback<? super TermsAndConditionsAssignment> callback)
post in interface ITermsAndConditionsAssignmentCollectionRequestpublic TermsAndConditionsAssignment post(TermsAndConditionsAssignment newTermsAndConditionsAssignment) throws ClientException
post in interface ITermsAndConditionsAssignmentCollectionRequestClientExceptionpublic ITermsAndConditionsAssignmentCollectionRequest expand(java.lang.String value)
expand in interface ITermsAndConditionsAssignmentCollectionRequestvalue - the expand clausepublic ITermsAndConditionsAssignmentCollectionRequest filter(java.lang.String value)
filter in interface ITermsAndConditionsAssignmentCollectionRequestvalue - the filter clausepublic ITermsAndConditionsAssignmentCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITermsAndConditionsAssignmentCollectionRequestvalue - the order by clausepublic ITermsAndConditionsAssignmentCollectionRequest select(java.lang.String value)
select in interface ITermsAndConditionsAssignmentCollectionRequestvalue - the select clausepublic ITermsAndConditionsAssignmentCollectionRequest top(int value)
top in interface ITermsAndConditionsAssignmentCollectionRequestvalue - the max number of items to returnpublic ITermsAndConditionsAssignmentCollectionRequest skip(int value)
skip in interface ITermsAndConditionsAssignmentCollectionRequestvalue - of the number of items to skippublic ITermsAndConditionsAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITermsAndConditionsAssignmentCollectionRequestskipToken - - Token for paginationpublic ITermsAndConditionsAssignmentCollectionPage buildFromResponse(TermsAndConditionsAssignmentCollectionResponse response)