public class WorkbookFunctionsIfRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsIfRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsIfRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement logicalTest,
com.google.gson.JsonElement valueIfTrue,
com.google.gson.JsonElement valueIfFalse)
The request builder for this WorkbookFunctionsIf
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsIfRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsIfRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsIfRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsIfRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsIfRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement logicalTest,
com.google.gson.JsonElement valueIfTrue,
com.google.gson.JsonElement valueIfFalse)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlogicalTest - the logicalTestvalueIfTrue - the valueIfTruevalueIfFalse - the valueIfFalsepublic IWorkbookFunctionsIfRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsIfRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsIfRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsIfRequestBuilderrequestOptions - the options for the request