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