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