Uses of Enum Class
ch.astorm.smtp4j.protocol.SmtpCommand.Type
Packages that use SmtpCommand.Type
-
Uses of SmtpCommand.Type in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol that return SmtpCommand.TypeModifier and TypeMethodDescriptionSmtpCommand.getType()Returns the command's type.static SmtpCommand.TypeReturns the enum constant of this class with the specified name.static SmtpCommand.Type[]SmtpCommand.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.astorm.smtp4j.protocol with parameters of type SmtpCommand.TypeModifierConstructorDescriptionSmtpCommand(SmtpCommand.Type type, String param) Creates a newSmtpCommand.