public class WorkbookFunctionsLowerRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsLowerRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsLowerRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsLower
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsLowerRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsLowerRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsLowerRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsLowerRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsLowerRequestBuilder(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 IWorkbookFunctionsLowerRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsLowerRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsLowerRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsLowerRequestBuilderrequestOptions - the options for the request