public class WorkbookFunctionsEcma_CeilingRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsEcma_CeilingRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsEcma_CeilingRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement significance)
The request builder for this WorkbookFunctionsEcma_Ceiling
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsEcma_CeilingRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsEcma_CeilingRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsEcma_CeilingRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsEcma_CeilingRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsEcma_CeilingRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number,
com.google.gson.JsonElement significance)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestnumber - the numbersignificance - the significancepublic IWorkbookFunctionsEcma_CeilingRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsEcma_CeilingRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsEcma_CeilingRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsEcma_CeilingRequestBuilderrequestOptions - the options for the request