Uses of Class
adams.flow.standalone.IMAPConnection.IMAPScheme
-
Packages that use IMAPConnection.IMAPScheme Package Description adams.flow.standalone -
-
Uses of IMAPConnection.IMAPScheme in adams.flow.standalone
Fields in adams.flow.standalone declared as IMAPConnection.IMAPScheme Modifier and Type Field Description protected IMAPConnection.IMAPScheme
IMAPConnection. m_Scheme
the scheme to use.Methods in adams.flow.standalone that return IMAPConnection.IMAPScheme Modifier and Type Method Description IMAPConnection.IMAPScheme
IMAPConnection. getScheme()
Returns the IMAP scheme in use.static IMAPConnection.IMAPScheme
IMAPConnection.IMAPScheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static IMAPConnection.IMAPScheme[]
IMAPConnection.IMAPScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.standalone with parameters of type IMAPConnection.IMAPScheme Modifier and Type Method Description void
IMAPConnection. setScheme(IMAPConnection.IMAPScheme value)
Sets the IMAP scheme to use.
-