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