|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.OutboundChain.TreatmentType
public static class OutboundChain.TreatmentType
Lists the possible types of treatment that exists for an outbound call.
InteractionVoiceOutbound.getTreatment(),
InteractionVoiceOutbound.setTreatment(com.genesyslab.ail.InteractionVoiceOutbound.TreatmentType)| Field Summary | |
|---|---|
static OutboundChain.TreatmentType |
CAMPAIGN
Campaign treatment. |
static int |
CAMPAIGN_
Campaign treatment. |
static int |
MAX
The maximum number of treatments. |
static OutboundChain.TreatmentType |
NONE
No treatment. |
static int |
NONE_
No treatment. |
static OutboundChain.TreatmentType |
PERSONAL
Personal treatment. |
static int |
PERSONAL_
Personal treatment. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static OutboundChain.TreatmentType |
getTreatmentType(int value)
Returns the TreatmentType for this value. |
static int |
max()
The maximum number of treatments. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE_
public static final OutboundChain.TreatmentType NONE
public static final int PERSONAL_
public static final OutboundChain.TreatmentType PERSONAL
public static final int CAMPAIGN_
public static final OutboundChain.TreatmentType CAMPAIGN
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundChain.TreatmentType getTreatmentType(int value)
TreatmentType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||