public class WorkbookFunctionsCodeRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCodeRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsCodeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text)
The request builder for this WorkbookFunctionsCode
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsCodeRequest |
buildRequest()
Creates the IWorkbookFunctionsCodeRequest
|
IWorkbookFunctionsCodeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCodeRequest 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 WorkbookFunctionsCodeRequestBuilder(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 IWorkbookFunctionsCodeRequest buildRequest()
buildRequest in interface IWorkbookFunctionsCodeRequestBuilderpublic IWorkbookFunctionsCodeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsCodeRequestBuilderrequestOptions - the options for the request