public class WorkbookFunctionsDeltaRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDeltaRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDeltaRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number1,
com.google.gson.JsonElement number2)
The request builder for this WorkbookFunctionsDelta
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDeltaRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDeltaRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDeltaRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDeltaRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDeltaRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number1,
com.google.gson.JsonElement number2)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber1 - the number1number2 - the number2public IWorkbookFunctionsDeltaRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsDeltaRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsDeltaRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDeltaRequestBuilderrequestOptions - the options for the request