public class TodoTaskListCollectionRequestBuilder extends BaseRequestBuilder implements ITodoTaskListCollectionRequestBuilder
| Constructor and Description |
|---|
TodoTaskListCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Todo
|
| Modifier and Type | Method and Description |
|---|---|
ITodoTaskListCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
ITodoTaskListCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ITodoTaskListRequestBuilder |
byId(java.lang.String id) |
ITodoTaskListDeltaCollectionRequestBuilder |
delta() |
ITodoTaskListDeltaCollectionRequestBuilder |
delta(java.lang.String deltaLink) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TodoTaskListCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITodoTaskListCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface ITodoTaskListCollectionRequestBuilderrequestOptions - the options for this requestpublic ITodoTaskListCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITodoTaskListCollectionRequestBuilderrequestOptions - the options for this requestpublic ITodoTaskListRequestBuilder byId(java.lang.String id)
byId in interface ITodoTaskListCollectionRequestBuilderpublic ITodoTaskListDeltaCollectionRequestBuilder delta()
delta in interface ITodoTaskListCollectionRequestBuilderpublic ITodoTaskListDeltaCollectionRequestBuilder delta(java.lang.String deltaLink)
delta in interface ITodoTaskListCollectionRequestBuilder