Uses of Class
com.adobe.connectpro.telephony.adaptor.ConferenceOption

Uses of ConferenceOption in com.adobe.connectpro.telephony.adaptor
 

Methods in com.adobe.connectpro.telephony.adaptor that return ConferenceOption
static ConferenceOption ConferenceOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConferenceOption ConferenceOption.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same
static ConferenceOption[] ConferenceOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.adobe.connectpro.telephony.adaptor with parameters of type ConferenceOption
 java.lang.String ConferenceInfo.getConferenceOption(ConferenceOption optionName)
          Get basic conference options
 void ConferenceInfo.setConferenceOption(ConferenceOption optionName, java.lang.String value)
          Set basic conference options
 void TelephonyAdaptor.setConferenceOption(java.lang.String conferenceId, ConferenceOption optionName, java.lang.String optionValue)
          Sets an option for the specified conference.