Uses of Class
net.webpdf.wsclient.openapi.DocumentFileFilterRule
-
Packages that use DocumentFileFilterRule Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentFileFilterRule in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentFileFilterRule Modifier and Type Method Description DocumentFileFilterRuleDocumentFileFilterRule. rulePattern(String rulePattern)DocumentFileFilterRuleDocumentFileFilterRule. ruleType(DocumentFileFilterType ruleType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type DocumentFileFilterRule Modifier and Type Method Description @Nullable List<DocumentFileFilterRule>DocumentFileFilter. getExcludeRules()Sets the list of rules for files to be excluded (black list)@Nullable List<DocumentFileFilterRule>DocumentFileFilter. getIncludeRules()Sets the list of rules for files to be included (white list)Methods in net.webpdf.wsclient.openapi with parameters of type DocumentFileFilterRule Modifier and Type Method Description DocumentFileFilterDocumentFileFilter. addExcludeRulesItem(DocumentFileFilterRule excludeRulesItem)DocumentFileFilterDocumentFileFilter. addIncludeRulesItem(DocumentFileFilterRule includeRulesItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type DocumentFileFilterRule Modifier and Type Method Description DocumentFileFilterDocumentFileFilter. excludeRules(List<DocumentFileFilterRule> excludeRules)DocumentFileFilterDocumentFileFilter. includeRules(List<DocumentFileFilterRule> includeRules)voidDocumentFileFilter. setExcludeRules(List<DocumentFileFilterRule> excludeRules)voidDocumentFileFilter. setIncludeRules(List<DocumentFileFilterRule> includeRules)
-