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

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

Methods in com.adobe.connectpro.telephony.adaptor that return AnnouncementOption
static AnnouncementOption AnnouncementOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AnnouncementOption AnnouncementOption.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same
static AnnouncementOption[] AnnouncementOption.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 AnnouncementOption
 java.lang.String ConferenceInfo.getAnnouncementOption(AnnouncementOption optionName)
          Get conference announcement options
 void ConferenceInfo.setAnnouncementOption(AnnouncementOption optionName, java.lang.String value)
          Set conference announcement options
 void TelephonyAdaptor.setAnnouncementOption(java.lang.String conferenceId, AnnouncementOption optionName, java.lang.String optionValue)
          Sets an announcement option for the specified conference.