|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AnnouncementOption> com.adobe.connectpro.telephony.adaptor.AnnouncementOption
public enum AnnouncementOption
Conference announcement options
Enum Constant Summary | |
---|---|
DEPARTURE
When a new telephony user leaves the conference. |
|
END_OF_MEETING
When the audio conference ends. |
|
ENTRY
When a new telephony user joins the conference. |
|
MEETING_EXTENSION
When the audio conference time is extended. |
Field Summary | |
---|---|
static java.lang.String |
VALUE_BEEP
|
static java.lang.String |
VALUE_BEEP_NAME
|
static java.lang.String |
VALUE_SILENT
|
Method Summary | |
---|---|
java.lang.String |
toString()
String value of the enum constant |
static AnnouncementOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AnnouncementOption |
valueOfCustom(java.lang.String customName)
Returns the enum constant based on String value of the same |
static AnnouncementOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AnnouncementOption ENTRY
public static final AnnouncementOption DEPARTURE
public static final AnnouncementOption END_OF_MEETING
public static final AnnouncementOption MEETING_EXTENSION
Field Detail |
---|
public static final java.lang.String VALUE_SILENT
public static final java.lang.String VALUE_BEEP
public static final java.lang.String VALUE_BEEP_NAME
Method Detail |
---|
public static AnnouncementOption[] values()
for (AnnouncementOption c : AnnouncementOption.values()) System.out.println(c);
public static AnnouncementOption 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AnnouncementOption>
public static AnnouncementOption valueOfCustom(java.lang.String customName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |