Uses of Class
org.apache.camel.component.mail.SearchTermBuilder.Comparison
-
Packages that use SearchTermBuilder.Comparison Package Description org.apache.camel.component.mail Defines the Email Component -
-
Uses of SearchTermBuilder.Comparison in org.apache.camel.component.mail
Methods in org.apache.camel.component.mail that return SearchTermBuilder.Comparison Modifier and Type Method Description static SearchTermBuilder.ComparisonSearchTermBuilder.Comparison. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchTermBuilder.Comparison[]SearchTermBuilder.Comparison. values()Returns an array containing the constants of this enum type, in the order they are declared.
-