public class WorkbookFilterApplyRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFilterApplyRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFilterApplyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
WorkbookFilterCriteria criteria)
The request builder for this WorkbookFilterApply
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFilterApplyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFilterApplyRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFilterApplyRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFilterApplyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFilterApplyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
WorkbookFilterCriteria criteria)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcriteria - the criteriapublic IWorkbookFilterApplyRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFilterApplyRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFilterApplyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFilterApplyRequestBuilderrequestOptions - the options for the request