public class WorkbookOperationCollectionRequestBuilder extends BaseRequestBuilder implements IWorkbookOperationCollectionRequestBuilder
Constructor and Description |
---|
WorkbookOperationCollectionRequestBuilder(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 |
---|---|
IWorkbookOperationCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IWorkbookOperationCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookOperationRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookOperationCollectionRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic IWorkbookOperationCollectionRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookOperationCollectionRequestBuilder
requestOptions
- the options for this requestpublic IWorkbookOperationCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookOperationCollectionRequestBuilder
requestOptions
- the options for this requestpublic IWorkbookOperationRequestBuilder byId(java.lang.String id)
byId
in interface IWorkbookOperationCollectionRequestBuilder