public class WorkbookFunctionsReplaceRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsReplaceRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsReplaceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement oldText,
com.google.gson.JsonElement startNum,
com.google.gson.JsonElement numChars,
com.google.gson.JsonElement newText)
The request builder for this WorkbookFunctionsReplace
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsReplaceRequest |
buildRequest()
Creates the IWorkbookFunctionsReplaceRequest
|
IWorkbookFunctionsReplaceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsReplaceRequest 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 WorkbookFunctionsReplaceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement oldText,
com.google.gson.JsonElement startNum,
com.google.gson.JsonElement numChars,
com.google.gson.JsonElement newText)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestoldText - the oldTextstartNum - the startNumnumChars - the numCharsnewText - the newTextpublic IWorkbookFunctionsReplaceRequest buildRequest()
buildRequest in interface IWorkbookFunctionsReplaceRequestBuilderpublic IWorkbookFunctionsReplaceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsReplaceRequestBuilderrequestOptions - the options for the request