public class WorkbookFunctionsRightRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsRightRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsRightRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text,
com.google.gson.JsonElement numChars)
The request builder for this WorkbookFunctionsRight
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsRightRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsRightRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsRightRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsRightRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsRightRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement text,
com.google.gson.JsonElement numChars)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesttext - the textnumChars - the numCharspublic IWorkbookFunctionsRightRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsRightRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsRightRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsRightRequestBuilderrequestOptions - the options for the request