|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ConferenceOption> com.adobe.connectpro.telephony.adaptor.ConferenceOption
public enum ConferenceOption
Conference basic options
Enum Constant Summary | |
---|---|
LOCK
Locks the conference such that no dial-ins are permitted. |
|
MUSIC
Play music if conference is not in session and all the users are on hold. |
|
MUSIC_ON_HOLD
Play music to a telephony user when that user is put on hold. |
|
MUTE
Whether all the phone users of type participant of the conference are on mute except moderator. |
|
MUTE_USERS_ON_ENTRY
To mute all new phone users by default when they join the conference. |
|
TALKER_NOTIFY
Send notification to Connect Pro when a user is speaking. |
Method Summary | |
---|---|
java.lang.String |
toString()
String value of the enum constant |
static ConferenceOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConferenceOption |
valueOfCustom(java.lang.String customName)
Returns the enum constant based on String value of the same |
static ConferenceOption[] |
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 ConferenceOption MUSIC
public static final ConferenceOption MUSIC_ON_HOLD
public static final ConferenceOption MUTE
public static final ConferenceOption MUTE_USERS_ON_ENTRY
public static final ConferenceOption TALKER_NOTIFY
public static final ConferenceOption LOCK
Method Detail |
---|
public static ConferenceOption[] values()
for (ConferenceOption c : ConferenceOption.values()) System.out.println(c);
public static ConferenceOption 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<ConferenceOption>
public static ConferenceOption valueOfCustom(java.lang.String customName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |