public class WorkbookCommentRequestBuilder extends BaseRequestBuilder implements IWorkbookCommentRequestBuilder
| Constructor and Description |
|---|
WorkbookCommentRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookComment
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentRequest |
buildRequest()
Creates the request
|
IWorkbookCommentRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookCommentReplyCollectionRequestBuilder |
replies() |
IWorkbookCommentReplyRequestBuilder |
replies(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookCommentRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookCommentRequest buildRequest()
buildRequest in interface IWorkbookCommentRequestBuilderpublic IWorkbookCommentRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookCommentRequestBuilderrequestOptions - the options for this requestpublic IWorkbookCommentReplyCollectionRequestBuilder replies()
replies in interface IWorkbookCommentRequestBuilderpublic IWorkbookCommentReplyRequestBuilder replies(java.lang.String id)
replies in interface IWorkbookCommentRequestBuilder