public interface IWorkbookCommentRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookCommentRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookCommentReplyCollectionRequestBuilder |
replies() |
IWorkbookCommentReplyRequestBuilder |
replies(java.lang.String id) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookCommentRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookCommentRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookCommentReplyCollectionRequestBuilder replies()
IWorkbookCommentReplyRequestBuilder replies(java.lang.String id)