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