public class WorkbookFunctionsDollarFrRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsDollarFrRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsDollarFrRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement decimalDollar,
com.google.gson.JsonElement fraction)
The request builder for this WorkbookFunctionsDollarFr
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsDollarFrRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsDollarFrRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsDollarFrRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsDollarFrRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsDollarFrRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement decimalDollar,
com.google.gson.JsonElement fraction)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestdecimalDollar - the decimalDollarfraction - the fractionpublic IWorkbookFunctionsDollarFrRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsDollarFrRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsDollarFrRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsDollarFrRequestBuilderrequestOptions - the options for the request