public class WorkbookFunctionsUpperRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsUpperRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsUpperRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsUpper
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsUpperRequest |
buildRequest()
Creates the IWorkbookFunctionsUpperRequest
|
IWorkbookFunctionsUpperRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsUpperRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsUpperRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textpublic IWorkbookFunctionsUpperRequest buildRequest()
buildRequest in interface IWorkbookFunctionsUpperRequestBuilderpublic IWorkbookFunctionsUpperRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsUpperRequestBuilderrequestOptions - the options for the request