Uses of Class
com.icegreen.greenmail.imap.commands.SearchKey
-
Packages that use SearchKey Package Description com.icegreen.greenmail.imap.commands -
-
Uses of SearchKey in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that return SearchKey Modifier and Type Method Description static SearchKeySearchKey. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchKey[]SearchKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.icegreen.greenmail.imap.commands with parameters of type SearchKey Modifier and Type Method Description static SearchTermBuilderSearchTermBuilder. create(SearchKey key)
-