public class ListItemVersionCollectionRequest extends BaseCollectionRequest<ListItemVersionCollectionResponse,IListItemVersionCollectionPage> implements IListItemVersionCollectionRequest
| Constructor and Description |
|---|
ListItemVersionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ListItemVersion
|
| Modifier and Type | Method and Description |
|---|---|
IListItemVersionCollectionPage |
buildFromResponse(ListItemVersionCollectionResponse response) |
IListItemVersionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IListItemVersionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IListItemVersionCollectionPage |
get() |
void |
get(ICallback<? super IListItemVersionCollectionPage> callback) |
IListItemVersionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ListItemVersion |
post(ListItemVersion newListItemVersion) |
void |
post(ListItemVersion newListItemVersion,
ICallback<? super ListItemVersion> callback) |
IListItemVersionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IListItemVersionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IListItemVersionCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IListItemVersionCollectionRequest |
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 ListItemVersionCollectionRequest(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 IListItemVersionCollectionPage> callback)
get in interface IListItemVersionCollectionRequestpublic IListItemVersionCollectionPage get() throws ClientException
get in interface IListItemVersionCollectionRequestClientExceptionpublic void post(ListItemVersion newListItemVersion, ICallback<? super ListItemVersion> callback)
post in interface IListItemVersionCollectionRequestpublic ListItemVersion post(ListItemVersion newListItemVersion) throws ClientException
post in interface IListItemVersionCollectionRequestClientExceptionpublic IListItemVersionCollectionRequest expand(java.lang.String value)
expand in interface IListItemVersionCollectionRequestvalue - the expand clausepublic IListItemVersionCollectionRequest filter(java.lang.String value)
filter in interface IListItemVersionCollectionRequestvalue - the filter clausepublic IListItemVersionCollectionRequest orderBy(java.lang.String value)
orderBy in interface IListItemVersionCollectionRequestvalue - the order by clausepublic IListItemVersionCollectionRequest select(java.lang.String value)
select in interface IListItemVersionCollectionRequestvalue - the select clausepublic IListItemVersionCollectionRequest top(int value)
top in interface IListItemVersionCollectionRequestvalue - the max number of items to returnpublic IListItemVersionCollectionRequest skip(int value)
skip in interface IListItemVersionCollectionRequestvalue - of the number of items to skippublic IListItemVersionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IListItemVersionCollectionRequestskipToken - - Token for paginationpublic IListItemVersionCollectionPage buildFromResponse(ListItemVersionCollectionResponse response)