public class WorkbookFunctionsPiRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPiRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPiRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this WorkbookFunctionsPi
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPiRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPiRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsPiRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsPiRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsPiRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IWorkbookFunctionsPiRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsPiRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsPiRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPiRequestBuilderrequestOptions - the options for the request