public class WorkbookFunctionsLcmRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsLcmRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsLcmRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsLcm
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsLcmRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsLcmRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsLcmRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsLcmRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsLcmRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalues - the valuespublic IWorkbookFunctionsLcmRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsLcmRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsLcmRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsLcmRequestBuilderrequestOptions - the options for the request