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