public class TodoTaskListDeltaCollectionRequest extends BaseCollectionRequest<TodoTaskListDeltaCollectionResponse,ITodoTaskListDeltaCollectionPage> implements ITodoTaskListDeltaCollectionRequest
| Constructor and Description |
|---|
TodoTaskListDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this TodoTaskListDelta
|
| Modifier and Type | Method and Description |
|---|---|
ITodoTaskListDeltaCollectionPage |
buildFromResponse(TodoTaskListDeltaCollectionResponse response) |
ITodoTaskListDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITodoTaskListDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITodoTaskListDeltaCollectionPage |
get() |
void |
get(ICallback<? super ITodoTaskListDeltaCollectionPage> callback) |
ITodoTaskListDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ITodoTaskListDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITodoTaskListDeltaCollectionRequest |
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 TodoTaskListDeltaCollectionRequest(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 ITodoTaskListDeltaCollectionPage> callback)
get in interface ITodoTaskListDeltaCollectionRequestpublic ITodoTaskListDeltaCollectionPage get() throws ClientException
get in interface ITodoTaskListDeltaCollectionRequestClientExceptionpublic ITodoTaskListDeltaCollectionPage buildFromResponse(TodoTaskListDeltaCollectionResponse response)
public ITodoTaskListDeltaCollectionRequest select(java.lang.String value)
select in interface ITodoTaskListDeltaCollectionRequestvalue - the select clausepublic ITodoTaskListDeltaCollectionRequest top(int value)
top in interface ITodoTaskListDeltaCollectionRequestvalue - the max number of items to returnpublic ITodoTaskListDeltaCollectionRequest expand(java.lang.String value)
expand in interface ITodoTaskListDeltaCollectionRequestvalue - the expand clausepublic ITodoTaskListDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic ITodoTaskListDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause