public enum DelegateMeetingMessageDeliveryOptions extends java.lang.Enum<DelegateMeetingMessageDeliveryOptions>
Enum Constant and Description |
---|
SEND_TO_DELEGATE_AND_INFORMATION_TO_PRINCIPAL
send To Delegate And Information To Principal
|
SEND_TO_DELEGATE_AND_PRINCIPAL
send To Delegate And Principal
|
SEND_TO_DELEGATE_ONLY
send To Delegate Only
|
UNEXPECTED_VALUE
For DelegateMeetingMessageDeliveryOptions values that were not expected from the service
|
Modifier and Type | Method and Description |
---|---|
static DelegateMeetingMessageDeliveryOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DelegateMeetingMessageDeliveryOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelegateMeetingMessageDeliveryOptions SEND_TO_DELEGATE_AND_INFORMATION_TO_PRINCIPAL
public static final DelegateMeetingMessageDeliveryOptions SEND_TO_DELEGATE_AND_PRINCIPAL
public static final DelegateMeetingMessageDeliveryOptions SEND_TO_DELEGATE_ONLY
public static final DelegateMeetingMessageDeliveryOptions UNEXPECTED_VALUE
public static DelegateMeetingMessageDeliveryOptions[] values()
for (DelegateMeetingMessageDeliveryOptions c : DelegateMeetingMessageDeliveryOptions.values()) System.out.println(c);
public static DelegateMeetingMessageDeliveryOptions 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