public class WorkbookFunctionsWeibull_DistRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsWeibull_DistRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsWeibull_DistRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x,
com.google.gson.JsonElement alpha,
com.google.gson.JsonElement beta,
com.google.gson.JsonElement cumulative)
The request builder for this WorkbookFunctionsWeibull_Dist
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsWeibull_DistRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsWeibull_DistRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsWeibull_DistRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsWeibull_DistRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsWeibull_DistRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, com.google.gson.JsonElement x, com.google.gson.JsonElement alpha, com.google.gson.JsonElement beta, com.google.gson.JsonElement cumulative)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestx
- the xalpha
- the alphabeta
- the betacumulative
- the cumulativepublic IWorkbookFunctionsWeibull_DistRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsWeibull_DistRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsWeibull_DistRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsWeibull_DistRequestBuilder
requestOptions
- the options for the request