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