public class WorkbookFunctionsSubstituteRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSubstituteRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSubstituteRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text,
com.google.gson.JsonElement oldText,
com.google.gson.JsonElement newText,
com.google.gson.JsonElement instanceNum)
The request builder for this WorkbookFunctionsSubstitute
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSubstituteRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSubstituteRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSubstituteRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSubstituteRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSubstituteRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text,
com.google.gson.JsonElement oldText,
com.google.gson.JsonElement newText,
com.google.gson.JsonElement instanceNum)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textoldText - the oldTextnewText - the newTextinstanceNum - the instanceNumpublic IWorkbookFunctionsSubstituteRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSubstituteRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSubstituteRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSubstituteRequestBuilderrequestOptions - the options for the request