public enum MailPreferences extends Enum<MailPreferences>
| Enum Constant and Description |
|---|
ALLOW_RENDERING_EMAIL_CONTENT |
ALLOWABLE_AUTHENTICATION_SERVICE_KEYS |
AUTHENTICATION_SERVICE_KEY |
CONNECTION_TIMEOUT |
EXCHANGE_USER_DOMAIN |
HOST |
INBOX_NAME |
LINK_SERVICE_KEY |
MAIL_ACCOUNT |
MARK_MESSAGES_AS_READ |
PASSWORD |
PORT |
PROTOCOL |
TIMEOUT |
USERNAME_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static MailPreferences |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailPreferences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailPreferences PROTOCOL
public static final MailPreferences HOST
public static final MailPreferences PORT
public static final MailPreferences INBOX_NAME
public static final MailPreferences CONNECTION_TIMEOUT
public static final MailPreferences TIMEOUT
public static final MailPreferences LINK_SERVICE_KEY
public static final MailPreferences AUTHENTICATION_SERVICE_KEY
public static final MailPreferences ALLOWABLE_AUTHENTICATION_SERVICE_KEYS
public static final MailPreferences USERNAME_SUFFIX
public static final MailPreferences MARK_MESSAGES_AS_READ
public static final MailPreferences ALLOW_RENDERING_EMAIL_CONTENT
public static final MailPreferences EXCHANGE_USER_DOMAIN
public static final MailPreferences MAIL_ACCOUNT
public static final MailPreferences PASSWORD
public static MailPreferences[] values()
for (MailPreferences c : MailPreferences.values()) System.out.println(c);
public static MailPreferences valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getKey()
Copyright © 2013 Jasig. All Rights Reserved.