public class WorkbookFunctionsGcdRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsGcdRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsGcdRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsGcd
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsGcdRequest |
buildRequest()
Creates the IWorkbookFunctionsGcdRequest
|
IWorkbookFunctionsGcdRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsGcdRequest 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 WorkbookFunctionsGcdRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestvalues - the valuespublic IWorkbookFunctionsGcdRequest buildRequest()
buildRequest in interface IWorkbookFunctionsGcdRequestBuilderpublic IWorkbookFunctionsGcdRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsGcdRequestBuilderrequestOptions - the options for the request