public static enum MOVEitMessageInfo.RecipientClass extends java.lang.Enum<MOVEitMessageInfo.RecipientClass>
Enum Constant and Description |
---|
BCC
Blind carbon-copy (BCC) message recipient
|
CC
Carbon-copy (CC) message recipient
|
TO
Primary message recipient
|
Modifier and Type | Method and Description |
---|---|
static MOVEitMessageInfo.RecipientClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MOVEitMessageInfo.RecipientClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MOVEitMessageInfo.RecipientClass TO
public static final MOVEitMessageInfo.RecipientClass CC
public static final MOVEitMessageInfo.RecipientClass BCC
public static MOVEitMessageInfo.RecipientClass[] values()
for (MOVEitMessageInfo.RecipientClass c : MOVEitMessageInfo.RecipientClass.values()) System.out.println(c);
public static MOVEitMessageInfo.RecipientClass 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