public class WorkbookFunctionsSecondRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSecondRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSecondRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement serialNumber)
The request builder for this WorkbookFunctionsSecond
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSecondRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSecondRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSecondRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSecondRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSecondRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement serialNumber)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestserialNumber - the serialNumberpublic IWorkbookFunctionsSecondRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSecondRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSecondRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSecondRequestBuilderrequestOptions - the options for the request