public class WorkbookFunctionsLeftRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsLeftRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsLeftRequestBuilder(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 WorkbookFunctionsLeft
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsLeftRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsLeftRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsLeftRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsLeftRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsLeftRequestBuilder(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 IWorkbookFunctionsLeftRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsLeftRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsLeftRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsLeftRequestBuilderrequestOptions - the options for the request