public class WorkbookFunctionsReplaceBRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsReplaceBRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsReplaceBRequestBuilder(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 numBytes,
com.google.gson.JsonElement newText)
The request builder for this WorkbookFunctionsReplaceB
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsReplaceBRequest |
buildRequest()
Creates the IWorkbookFunctionsReplaceBRequest
|
IWorkbookFunctionsReplaceBRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsReplaceBRequest 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 WorkbookFunctionsReplaceBRequestBuilder(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 numBytes,
com.google.gson.JsonElement newText)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestoldText - the oldTextstartNum - the startNumnumBytes - the numBytesnewText - the newTextpublic IWorkbookFunctionsReplaceBRequest buildRequest()
buildRequest in interface IWorkbookFunctionsReplaceBRequestBuilderpublic IWorkbookFunctionsReplaceBRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsReplaceBRequestBuilderrequestOptions - the options for the request