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