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