public class WorkbookFunctionsVar_PRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsVar_PRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsVar_PRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement values)
The request builder for this WorkbookFunctionsVar_P
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsVar_PRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsVar_PRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsVar_PRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsVar_PRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsVar_PRequestBuilder(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 IWorkbookFunctionsVar_PRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsVar_PRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsVar_PRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsVar_PRequestBuilderrequestOptions - the options for the request