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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IWorkbookFunctionsGaussRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsGaussRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsGaussRequestBuilder
requestOptions
- the options for the request