com.genesyslab.ail
Class InteractionVoiceOutbound.TreatmentType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionVoiceOutbound.TreatmentType
Enclosing interface:
InteractionVoiceOutbound

Deprecated. You should use the OutboundChain interface.

public static class InteractionVoiceOutbound.TreatmentType
extends Enum

Enum for possible types of treatment of an outbound call.

See Also:
InteractionVoiceOutbound.getTreatment(), InteractionVoiceOutbound.setTreatment(com.genesyslab.ail.InteractionVoiceOutbound.TreatmentType)

Field Summary
static InteractionVoiceOutbound.TreatmentType CAMPAIGN
          Deprecated. Campaign treatment.
static int CAMPAIGN_
          Deprecated. Campaign treatment.
static int MAX
          Deprecated. The maximum number of treatments.
static InteractionVoiceOutbound.TreatmentType NONE
          Deprecated. No treatment.
static int NONE_
          Deprecated. No treatment.
static InteractionVoiceOutbound.TreatmentType PERSONAL
          Deprecated. Personal treatment.
static int PERSONAL_
          Deprecated. Personal treatment.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionVoiceOutbound.TreatmentType getTreatmentType(int value)
          Deprecated. Returns the TreatmentType for this value.
static int max()
          Deprecated. 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

NONE_

public static final int NONE_
Deprecated. 
No treatment.

See Also:
Constant Field Values

NONE

public static final InteractionVoiceOutbound.TreatmentType NONE
Deprecated. 
No treatment.


PERSONAL_

public static final int PERSONAL_
Deprecated. 
Personal treatment.

See Also:
Constant Field Values

PERSONAL

public static final InteractionVoiceOutbound.TreatmentType PERSONAL
Deprecated. 
Personal treatment.


CAMPAIGN_

public static final int CAMPAIGN_
Deprecated. 
Campaign treatment.

See Also:
Constant Field Values

CAMPAIGN

public static final InteractionVoiceOutbound.TreatmentType CAMPAIGN
Deprecated. 
Campaign treatment.


MAX

public static final int MAX
Deprecated. 
The maximum number of treatments.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Deprecated. 
The maximum number of treatments.


getTreatmentType

public static final InteractionVoiceOutbound.TreatmentType getTreatmentType(int value)
Deprecated. 
Returns the TreatmentType for this value.