public interface ITodoTaskListCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
ITodoTaskListCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ITodoTaskListCollectionPage> callback)
ITodoTaskListCollectionPage get() throws ClientException
ClientExceptionvoid post(TodoTaskList newTodoTaskList, ICallback<? super TodoTaskList> callback)
TodoTaskList post(TodoTaskList newTodoTaskList) throws ClientException
ClientExceptionITodoTaskListCollectionRequest expand(java.lang.String value)
value - the expand clauseITodoTaskListCollectionRequest filter(java.lang.String value)
value - the filter clauseITodoTaskListCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITodoTaskListCollectionRequest select(java.lang.String value)
value - the select clauseITodoTaskListCollectionRequest top(int value)
value - the max number of items to returnITodoTaskListCollectionRequest skip(int value)
value - of the number of items to skipITodoTaskListCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination