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