public class WorkbookFunctionsMatchRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsMatchRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsMatchRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lookupValue,
com.google.gson.JsonElement lookupArray,
com.google.gson.JsonElement matchType)
The request builder for this WorkbookFunctionsMatch
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsMatchRequest |
buildRequest()
Creates the IWorkbookFunctionsMatchRequest
|
IWorkbookFunctionsMatchRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsMatchRequest 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 WorkbookFunctionsMatchRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lookupValue,
com.google.gson.JsonElement lookupArray,
com.google.gson.JsonElement matchType)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlookupValue - the lookupValuelookupArray - the lookupArraymatchType - the matchTypepublic IWorkbookFunctionsMatchRequest buildRequest()
buildRequest in interface IWorkbookFunctionsMatchRequestBuilderpublic IWorkbookFunctionsMatchRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsMatchRequestBuilderrequestOptions - the options for the request