public class TodoTaskListDeltaCollectionRequestBuilder extends BaseFunctionRequestBuilder implements ITodoTaskListDeltaCollectionRequestBuilder
functionOptions| Constructor and Description |
|---|
TodoTaskListDeltaCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TodoTaskList
|
| Modifier and Type | Method and Description |
|---|---|
ITodoTaskListDeltaCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
ITodoTaskListDeltaCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TodoTaskListDeltaCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITodoTaskListDeltaCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface ITodoTaskListDeltaCollectionRequestBuilderrequestOptions - the options for this requestpublic ITodoTaskListDeltaCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITodoTaskListDeltaCollectionRequestBuilderrequestOptions - the options for this request