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