public interface ITodoTaskCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITodoTaskCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITodoTaskCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITodoTaskCollectionPage |
get() |
void |
get(ICallback<? super ITodoTaskCollectionPage> callback) |
ITodoTaskCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TodoTask |
post(TodoTask newTodoTask) |
void |
post(TodoTask newTodoTask,
ICallback<? super TodoTask> callback) |
ITodoTaskCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITodoTaskCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITodoTaskCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITodoTaskCollectionRequest |
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 ITodoTaskCollectionPage> callback)
ITodoTaskCollectionPage get() throws ClientException
ClientExceptionTodoTask post(TodoTask newTodoTask) throws ClientException
ClientExceptionITodoTaskCollectionRequest expand(java.lang.String value)
value - the expand clauseITodoTaskCollectionRequest filter(java.lang.String value)
value - the filter clauseITodoTaskCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITodoTaskCollectionRequest select(java.lang.String value)
value - the select clauseITodoTaskCollectionRequest top(int value)
value - the max number of items to returnITodoTaskCollectionRequest skip(int value)
value - of the number of items to skipITodoTaskCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination