public class WorkbookFunctionsVlookupRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsVlookupRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsVlookupRequestBuilder(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 colIndexNum,
com.google.gson.JsonElement rangeLookup)
The request builder for this WorkbookFunctionsVlookup
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsVlookupRequest |
buildRequest()
Creates the IWorkbookFunctionsVlookupRequest
|
IWorkbookFunctionsVlookupRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsVlookupRequest 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 WorkbookFunctionsVlookupRequestBuilder(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 colIndexNum,
com.google.gson.JsonElement rangeLookup)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlookupValue - the lookupValuetableArray - the tableArraycolIndexNum - the colIndexNumrangeLookup - the rangeLookuppublic IWorkbookFunctionsVlookupRequest buildRequest()
buildRequest in interface IWorkbookFunctionsVlookupRequestBuilderpublic IWorkbookFunctionsVlookupRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsVlookupRequestBuilderrequestOptions - the options for the request