public class WorkbookFunctionsImCotRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsImCotRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsImCotRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement inumber)
The request builder for this WorkbookFunctionsImCot
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsImCotRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsImCotRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsImCotRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsImCotRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsImCotRequestBuilder(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 IWorkbookFunctionsImCotRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsImCotRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsImCotRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsImCotRequestBuilderrequestOptions - the options for the request