public enum WelcomeScreenMeetingInformation extends java.lang.Enum<WelcomeScreenMeetingInformation>
| Enum Constant and Description |
|---|
SHOW_ORGANIZER_AND_TIME_AND_SUBJECT
show Organizer And Time And Subject
|
SHOW_ORGANIZER_AND_TIME_ONLY
show Organizer And Time Only
|
UNEXPECTED_VALUE
For WelcomeScreenMeetingInformation values that were not expected from the service
|
USER_DEFINED
user Defined
|
| Modifier and Type | Method and Description |
|---|---|
static WelcomeScreenMeetingInformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WelcomeScreenMeetingInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WelcomeScreenMeetingInformation USER_DEFINED
public static final WelcomeScreenMeetingInformation SHOW_ORGANIZER_AND_TIME_ONLY
public static final WelcomeScreenMeetingInformation SHOW_ORGANIZER_AND_TIME_AND_SUBJECT
public static final WelcomeScreenMeetingInformation UNEXPECTED_VALUE
public static WelcomeScreenMeetingInformation[] values()
for (WelcomeScreenMeetingInformation c : WelcomeScreenMeetingInformation.values()) System.out.println(c);
public static WelcomeScreenMeetingInformation 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