|
|||||||||
| 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.InteractionVoice.NetworkStatus
public static class InteractionVoice.NetworkStatus
Enum the possible network status of an interaction. This status is related to the Network Attended Transfer/Conference Genesys feature.
| Field Summary | |
|---|---|
static InteractionVoice.NetworkStatus |
CONFERENCED
Indicates the interaction is in a network conference. |
static int |
CONFERENCED_
Indicates the interaction is in a network conference. |
static InteractionVoice.NetworkStatus |
CONNECTED
Indicates the network consult call is connected. |
static int |
CONNECTED_
Indicates the network consult call is connected. |
static InteractionVoice.NetworkStatus |
HELD
Indicates the network consult call is held. |
static int |
HELD_
Indicates the network consult call is held. |
static InteractionVoice.NetworkStatus |
INITIATED
Indicates the network consult call is initiated. |
static int |
INITIATED_
Indicates the network consult call is initiated. |
static int |
MAX
The maximum number of statuses. |
static InteractionVoice.NetworkStatus |
NO_PARTY
Indicates the network consult call failed to contact a network party. |
static int |
NO_PARTY_
Indicates the network consult call failed to contact a network party. |
static InteractionVoice.NetworkStatus |
NONE
Indicates the interaction has no network status. |
static int |
NONE_
Indicates the interaction has no network status. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionVoice.NetworkStatus |
getNetworkStatus(int value)
Returns the status for this value. |
static int |
max()
Returns 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 NONE_
public static final InteractionVoice.NetworkStatus NONE
public static final int INITIATED_
public static final InteractionVoice.NetworkStatus INITIATED
public static final int CONNECTED_
public static final InteractionVoice.NetworkStatus CONNECTED
public static final int HELD_
public static final InteractionVoice.NetworkStatus HELD
public static final int CONFERENCED_
public static final InteractionVoice.NetworkStatus CONFERENCED
public static final int NO_PARTY_
public static final InteractionVoice.NetworkStatus NO_PARTY
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final InteractionVoice.NetworkStatus getNetworkStatus(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||