public class WorkbookFunctionsLookupRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsLookupRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsLookupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lookupValue,
com.google.gson.JsonElement lookupVector,
com.google.gson.JsonElement resultVector)
The request builder for this WorkbookFunctionsLookup
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsLookupRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsLookupRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsLookupRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsLookupRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsLookupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement lookupValue,
com.google.gson.JsonElement lookupVector,
com.google.gson.JsonElement resultVector)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlookupValue - the lookupValuelookupVector - the lookupVectorresultVector - the resultVectorpublic IWorkbookFunctionsLookupRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsLookupRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsLookupRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsLookupRequestBuilderrequestOptions - the options for the request