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