public class WorkbookFunctionsQuotientRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsQuotientRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsQuotientRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement numerator,
com.google.gson.JsonElement denominator)
The request builder for this WorkbookFunctionsQuotient
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsQuotientRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsQuotientRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsQuotientRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsQuotientRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsQuotientRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement numerator,
com.google.gson.JsonElement denominator)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumerator - the numeratordenominator - the denominatorpublic IWorkbookFunctionsQuotientRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsQuotientRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsQuotientRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsQuotientRequestBuilderrequestOptions - the options for the request