Uses of Class
com.adobe.connectpro.telephony.adaptor.AdaptorField.InMeetingDisplayLevel

Uses of AdaptorField.InMeetingDisplayLevel in com.adobe.connectpro.telephony.adaptor
 

Methods in com.adobe.connectpro.telephony.adaptor that return AdaptorField.InMeetingDisplayLevel
 AdaptorField.InMeetingDisplayLevel AdaptorField.getInMeetingDisplayLevel()
          Level of restriction that determines which meeting participants can view the field.
static AdaptorField.InMeetingDisplayLevel AdaptorField.InMeetingDisplayLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdaptorField.InMeetingDisplayLevel AdaptorField.InMeetingDisplayLevel.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same
static AdaptorField.InMeetingDisplayLevel[] AdaptorField.InMeetingDisplayLevel.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 AdaptorField.InMeetingDisplayLevel
 void AdaptorField.setInMeetingDisplayLevel(AdaptorField.InMeetingDisplayLevel inMeetingDisplayLevel)
          Level of restriction that determines which meeting participants can view the field.
 

Constructors in com.adobe.connectpro.telephony.adaptor with parameters of type AdaptorField.InMeetingDisplayLevel
AdaptorField(java.lang.String fieldId, java.lang.String name, AdaptorField.UIType uIType, AdaptorField.InMeetingDisplayLevel inMeetingDisplayLevel, boolean required, boolean userDefined)
          Constructor with all the fields for convenience.