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

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

Methods in com.adobe.connectpro.telephony.adaptor that return UserOption
static UserOption UserOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserOption UserOption.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same
static UserOption[] UserOption.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 UserOption
 java.lang.String TelephonyUserInfo.getOption(UserOption optionName)
          Returns user options.
 void TelephonyUserInfo.setOption(UserOption optionName, java.lang.String value)
          Sets user options.
 void TelephonyAdaptor.setUserOption(java.lang.String conferenceId, java.lang.String telephonyUserId, UserOption optionName, java.lang.String optionValue)
          To set an option for a phone user for specified conference.