public class WorkbookFilterApplyTopPercentFilterRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFilterApplyTopPercentFilterRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFilterApplyTopPercentFilterRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer percent)
The request builder for this WorkbookFilterApplyTopPercentFilter
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFilterApplyTopPercentFilterRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFilterApplyTopPercentFilterRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFilterApplyTopPercentFilterRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFilterApplyTopPercentFilterRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFilterApplyTopPercentFilterRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer percent)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpercent - the percentpublic IWorkbookFilterApplyTopPercentFilterRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFilterApplyTopPercentFilterRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFilterApplyTopPercentFilterRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFilterApplyTopPercentFilterRequestBuilderrequestOptions - the options for the request