Uses of Class
com.adobe.connectpro.telephony.adaptor.DialInStep.StepType

Uses of DialInStep.StepType in com.adobe.connectpro.telephony.adaptor
 

Methods in com.adobe.connectpro.telephony.adaptor that return DialInStep.StepType
 DialInStep.StepType DialInStep.getType()
          Step type
static DialInStep.StepType DialInStep.StepType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DialInStep.StepType DialInStep.StepType.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same
static DialInStep.StepType[] DialInStep.StepType.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 DialInStep.StepType
 void DialInStep.setType(DialInStep.StepType type)
          Step type
 

Constructors in com.adobe.connectpro.telephony.adaptor with parameters of type DialInStep.StepType
DialInStep(DialInStep.StepType type, java.lang.String fixedValue, java.lang.String fieldId)
          Constructor with all parameters.