public class TodoRequestBuilder extends BaseRequestBuilder implements ITodoRequestBuilder
| Constructor and Description |
|---|
TodoRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Todo
|
| Modifier and Type | Method and Description |
|---|---|
ITodoRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ITodoRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ITodoTaskListCollectionRequestBuilder |
lists() |
ITodoTaskListRequestBuilder |
lists(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TodoRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITodoRequest buildRequest(Option... requestOptions)
buildRequest in interface ITodoRequestBuilderrequestOptions - the options for this requestpublic ITodoRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITodoRequestBuilderrequestOptions - the options for this requestpublic ITodoTaskListCollectionRequestBuilder lists()
lists in interface ITodoRequestBuilderpublic ITodoTaskListRequestBuilder lists(java.lang.String id)
lists in interface ITodoRequestBuilder