public class WorkbookApplicationRequestBuilder extends BaseRequestBuilder implements IWorkbookApplicationRequestBuilder
| Constructor and Description |
|---|
WorkbookApplicationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the WorkbookApplication
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookApplicationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IWorkbookApplicationRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookApplicationCalculateRequestBuilder |
calculate(java.lang.String calculationType) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookApplicationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookApplicationRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookApplicationRequestBuilderrequestOptions - the options for this requestpublic IWorkbookApplicationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookApplicationRequestBuilderrequestOptions - the options for this requestpublic IWorkbookApplicationCalculateRequestBuilder calculate(java.lang.String calculationType)
calculate in interface IWorkbookApplicationRequestBuilder