public class WorkbookFilterApplyCellColorFilterRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFilterApplyCellColorFilterRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFilterApplyCellColorFilterRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String color)
The request builder for this WorkbookFilterApplyCellColorFilter
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFilterApplyCellColorFilterRequest |
buildRequest()
Creates the IWorkbookFilterApplyCellColorFilterRequest
|
IWorkbookFilterApplyCellColorFilterRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFilterApplyCellColorFilterRequest 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 WorkbookFilterApplyCellColorFilterRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String color)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcolor - the colorpublic IWorkbookFilterApplyCellColorFilterRequest buildRequest()
buildRequest in interface IWorkbookFilterApplyCellColorFilterRequestBuilderpublic IWorkbookFilterApplyCellColorFilterRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFilterApplyCellColorFilterRequestBuilderrequestOptions - the options for the request