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