public class WorkbookFunctionsProductRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsProductRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsProductRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsProduct
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsProductRequest |
buildRequest()
Creates the IWorkbookFunctionsProductRequest
|
IWorkbookFunctionsProductRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsProductRequest 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 WorkbookFunctionsProductRequestBuilder(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 IWorkbookFunctionsProductRequest buildRequest()
buildRequest in interface IWorkbookFunctionsProductRequestBuilderpublic IWorkbookFunctionsProductRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsProductRequestBuilderrequestOptions - the options for the request