public class WorkbookFunctionsHlookupRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsHlookupRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsHlookupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lookupValue,
com.google.gson.JsonElement tableArray,
com.google.gson.JsonElement rowIndexNum,
com.google.gson.JsonElement rangeLookup)
The request builder for this WorkbookFunctionsHlookup
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsHlookupRequest |
buildRequest()
Creates the IWorkbookFunctionsHlookupRequest
|
IWorkbookFunctionsHlookupRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsHlookupRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsHlookupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lookupValue,
com.google.gson.JsonElement tableArray,
com.google.gson.JsonElement rowIndexNum,
com.google.gson.JsonElement rangeLookup)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlookupValue - the lookupValuetableArray - the tableArrayrowIndexNum - the rowIndexNumrangeLookup - the rangeLookuppublic IWorkbookFunctionsHlookupRequest buildRequest()
buildRequest in interface IWorkbookFunctionsHlookupRequestBuilderpublic IWorkbookFunctionsHlookupRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsHlookupRequestBuilderrequestOptions - the options for the request