public class WorkbookFunctionsErf_PreciseRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsErf_PreciseRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsErf_PreciseRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x)
The request builder for this WorkbookFunctionsErf_Precise
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsErf_PreciseRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsErf_PreciseRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsErf_PreciseRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsErf_PreciseRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsErf_PreciseRequestBuilder(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 IWorkbookFunctionsErf_PreciseRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsErf_PreciseRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsErf_PreciseRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsErf_PreciseRequestBuilder
requestOptions
- the options for the request