public static enum MBEmailAddressInterface.MailboxType extends java.lang.Enum<MBEmailAddressInterface.MailboxType>
Enum Constant and Description |
---|
Contact |
Mailbox |
OneOff |
PrivateDL |
PublicDL |
PublicFolder |
Unknown |
Modifier and Type | Method and Description |
---|---|
static MBEmailAddressInterface.MailboxType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MBEmailAddressInterface.MailboxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBEmailAddressInterface.MailboxType Unknown
public static final MBEmailAddressInterface.MailboxType OneOff
public static final MBEmailAddressInterface.MailboxType Mailbox
public static final MBEmailAddressInterface.MailboxType PublicFolder
public static final MBEmailAddressInterface.MailboxType PublicDL
public static final MBEmailAddressInterface.MailboxType PrivateDL
public static final MBEmailAddressInterface.MailboxType Contact
public static MBEmailAddressInterface.MailboxType[] values()
for (MBEmailAddressInterface.MailboxType c : MBEmailAddressInterface.MailboxType.values()) System.out.println(c);
public static MBEmailAddressInterface.MailboxType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null