public class WorkbookFunctionsGaussRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsGaussRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsGaussRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x)
The request builder for this WorkbookFunctionsGauss
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsGaussRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsGaussRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsGaussRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsGaussRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsGaussRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xpublic IWorkbookFunctionsGaussRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsGaussRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsGaussRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsGaussRequestBuilderrequestOptions - the options for the request