|
|||||||||
| 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.InteractionVoiceOutbound.OutboundStatus
OutboundChain interface.
public static class InteractionVoiceOutbound.OutboundStatus
Enum for the Outbound-oriented status of this interaction.
InteractionVoiceOutbound.getOutboundStatus()| Field Summary | |
|---|---|
static InteractionVoiceOutbound.OutboundStatus |
CLOSED_EXTERNAL
Deprecated. Outbound data can't be manipulated anymore: closed by an external action. |
static int |
CLOSED_EXTERNAL_
Deprecated. Outbound data can't be manipulated anymore: closed by an external action. |
static InteractionVoiceOutbound.OutboundStatus |
CLOSED_INTERNAL
Deprecated. Outbound data can't be manipulated anymore: closed by the agent that was manipulating it. |
static int |
CLOSED_INTERNAL_
Deprecated. Outbound data can't be manipulated anymore: closed by the agent that was manipulating it. |
static int |
MAX
Deprecated. The maximum number of statuses. |
static InteractionVoiceOutbound.OutboundStatus |
OPEN
Deprecated. Outbound data ready to be manipulated. |
static int |
OPEN_
Deprecated. Outbound data ready to be manipulated. |
static InteractionVoiceOutbound.OutboundStatus |
UNKNOWN
Deprecated. The status is not set yet. |
static int |
UNKNOWN_
Deprecated. The status is not set yet. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionVoiceOutbound.OutboundStatus |
getOutboundStatus(int value)
Deprecated. Returns the OutboundStatus for this value. |
static int |
max()
Deprecated. The maximum number of statuses. |
| 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 UNKNOWN_
public static final InteractionVoiceOutbound.OutboundStatus UNKNOWN
public static final int OPEN_
public static final InteractionVoiceOutbound.OutboundStatus OPEN
public static final int CLOSED_INTERNAL_
public static final InteractionVoiceOutbound.OutboundStatus CLOSED_INTERNAL
public static final int CLOSED_EXTERNAL_
public static final InteractionVoiceOutbound.OutboundStatus CLOSED_EXTERNAL
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final InteractionVoiceOutbound.OutboundStatus getOutboundStatus(int value)
OutboundStatus for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||