Uses of Class
com.openindex.openestate.tool.mail.io.Pop3Reader.AuthMethod
-
Packages that use Pop3Reader.AuthMethod Package Description com.openindex.openestate.tool.mail.io -
-
Uses of Pop3Reader.AuthMethod in com.openindex.openestate.tool.mail.io
Methods in com.openindex.openestate.tool.mail.io that return Pop3Reader.AuthMethod Modifier and Type Method Description Pop3Reader.AuthMethodPop3Reader. getAuthMethod()static Pop3Reader.AuthMethodPop3Reader.AuthMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Pop3Reader.AuthMethod[]Pop3Reader.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 Pop3Reader.AuthMethod Modifier and Type Method Description voidPop3Reader. setAuthMethod(Pop3Reader.AuthMethod authMethod)
-