public class WorkbookFunctionsFindBRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsFindBRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsFindBRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement findText,
com.google.gson.JsonElement withinText,
com.google.gson.JsonElement startNum)
The request builder for this WorkbookFunctionsFindB
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsFindBRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsFindBRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsFindBRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsFindBRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsFindBRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement findText,
com.google.gson.JsonElement withinText,
com.google.gson.JsonElement startNum)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestfindText - the findTextwithinText - the withinTextstartNum - the startNumpublic IWorkbookFunctionsFindBRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsFindBRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsFindBRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsFindBRequestBuilderrequestOptions - the options for the request