public class WorkbookFunctionsFindRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsFindRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsFindRequestBuilder(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 WorkbookFunctionsFind
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsFindRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsFindRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsFindRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsFindRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsFindRequestBuilder(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 IWorkbookFunctionsFindRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsFindRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsFindRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsFindRequestBuilder
requestOptions
- the options for the request