Uses of Class
com.openindex.openestate.tool.mail.io.ImapReader.AuthMethod
-
Packages that use ImapReader.AuthMethod Package Description com.openindex.openestate.tool.mail.io -
-
Uses of ImapReader.AuthMethod in com.openindex.openestate.tool.mail.io
Methods in com.openindex.openestate.tool.mail.io that return ImapReader.AuthMethod Modifier and Type Method Description ImapReader.AuthMethodImapReader. getAuthMethod()static ImapReader.AuthMethodImapReader.AuthMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ImapReader.AuthMethod[]ImapReader.AuthMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.mail.io with parameters of type ImapReader.AuthMethod Modifier and Type Method Description voidImapReader. setAuthMethod(ImapReader.AuthMethod authMethod)
-