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