public class WorkbookFunctionsConfidence_TRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsConfidence_TRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsConfidence_TRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement standardDev,
com.google.gson.JsonElement size)
The request builder for this WorkbookFunctionsConfidence_T
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsConfidence_TRequest |
buildRequest()
Creates the IWorkbookFunctionsConfidence_TRequest
|
IWorkbookFunctionsConfidence_TRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsConfidence_TRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsConfidence_TRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement standardDev,
com.google.gson.JsonElement size)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestalpha - the alphastandardDev - the standardDevsize - the sizepublic IWorkbookFunctionsConfidence_TRequest buildRequest()
buildRequest in interface IWorkbookFunctionsConfidence_TRequestBuilderpublic IWorkbookFunctionsConfidence_TRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsConfidence_TRequestBuilderrequestOptions - the options for the request