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