public class WorkbookFunctionsTRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsTRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsTRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value)
The request builder for this WorkbookFunctionsT
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsTRequest |
buildRequest()
Creates the IWorkbookFunctionsTRequest
|
IWorkbookFunctionsTRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsTRequest 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 WorkbookFunctionsTRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement value)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalue - the valuepublic IWorkbookFunctionsTRequest buildRequest()
buildRequest in interface IWorkbookFunctionsTRequestBuilderpublic IWorkbookFunctionsTRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsTRequestBuilderrequestOptions - the options for the request