Uses of Class
net.webpdf.wsclient.openapi.DocumentFileFilterType
-
Packages that use DocumentFileFilterType Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentFileFilterType in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return DocumentFileFilterType Modifier and Type Method Description static DocumentFileFilterTypeDocumentFileFilterType. fromValue(String value)@Nullable DocumentFileFilterTypeDocumentFileFilterRule. getRuleType()Get ruleTypestatic DocumentFileFilterTypeDocumentFileFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentFileFilterType[]DocumentFileFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type DocumentFileFilterType Modifier and Type Method Description DocumentFileFilterRuleDocumentFileFilterRule. ruleType(DocumentFileFilterType ruleType)voidDocumentFileFilterRule. setRuleType(DocumentFileFilterType ruleType)
-