public class WorkbookFunctionsAscRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsAscRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsAscRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsAsc
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsAscRequest |
buildRequest()
Creates the IWorkbookFunctionsAscRequest
|
IWorkbookFunctionsAscRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsAscRequest 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 WorkbookFunctionsAscRequestBuilder(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 IWorkbookFunctionsAscRequest buildRequest()
buildRequest in interface IWorkbookFunctionsAscRequestBuilderpublic IWorkbookFunctionsAscRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsAscRequestBuilderrequestOptions - the options for the request