public class TodoTaskRequestBuilder extends BaseRequestBuilder implements ITodoTaskRequestBuilder
| Constructor and Description |
|---|
TodoTaskRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the TodoTask
|
| Modifier and Type | Method and Description |
|---|---|
ITodoTaskRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ITodoTaskRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IExtensionCollectionRequestBuilder |
extensions() |
IExtensionRequestBuilder |
extensions(java.lang.String id) |
ILinkedResourceCollectionRequestBuilder |
linkedResources() |
ILinkedResourceRequestBuilder |
linkedResources(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TodoTaskRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITodoTaskRequest buildRequest(Option... requestOptions)
buildRequest in interface ITodoTaskRequestBuilderrequestOptions - the options for this requestpublic ITodoTaskRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITodoTaskRequestBuilderrequestOptions - the options for this requestpublic IExtensionCollectionRequestBuilder extensions()
extensions in interface ITodoTaskRequestBuilderpublic IExtensionRequestBuilder extensions(java.lang.String id)
extensions in interface ITodoTaskRequestBuilderpublic ILinkedResourceCollectionRequestBuilder linkedResources()
linkedResources in interface ITodoTaskRequestBuilderpublic ILinkedResourceRequestBuilder linkedResources(java.lang.String id)
linkedResources in interface ITodoTaskRequestBuilder