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