public class WorkbookFunctionsProperRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsProperRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsProperRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsProper
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsProperRequest |
buildRequest()
Creates the IWorkbookFunctionsProperRequest
|
IWorkbookFunctionsProperRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsProperRequest 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 WorkbookFunctionsProperRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textpublic IWorkbookFunctionsProperRequest buildRequest()
buildRequest in interface IWorkbookFunctionsProperRequestBuilderpublic IWorkbookFunctionsProperRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsProperRequestBuilderrequestOptions - the options for the request