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