public class WorkbookCommentCollectionRequestBuilder extends BaseRequestBuilder implements IWorkbookCommentCollectionRequestBuilder
| Constructor and Description |
|---|
WorkbookCommentCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Workbook
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentCollectionRequest |
buildRequest() |
IWorkbookCommentCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
IWorkbookCommentRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookCommentCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookCommentCollectionRequest buildRequest()
buildRequest in interface IWorkbookCommentCollectionRequestBuilderpublic IWorkbookCommentCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookCommentCollectionRequestBuilderpublic IWorkbookCommentRequestBuilder byId(java.lang.String id)
byId in interface IWorkbookCommentCollectionRequestBuilder