com.genesyslab.ail
Class InteractionVoice.NetworkStatus

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionVoice.NetworkStatus
Enclosing interface:
InteractionVoice

public static class InteractionVoice.NetworkStatus
extends Enum

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

NONE_

public static final int NONE_
Indicates the interaction has no network status.

See Also:
Constant Field Values

NONE

public static final InteractionVoice.NetworkStatus NONE
Indicates the interaction has no network status.


INITIATED_

public static final int INITIATED_
Indicates the network consult call is initiated.

See Also:
Constant Field Values

INITIATED

public static final InteractionVoice.NetworkStatus INITIATED
Indicates the network consult call is initiated.


CONNECTED_

public static final int CONNECTED_
Indicates the network consult call is connected.

See Also:
Constant Field Values

CONNECTED

public static final InteractionVoice.NetworkStatus CONNECTED
Indicates the network consult call is connected.


HELD_

public static final int HELD_
Indicates the network consult call is held.

See Also:
Constant Field Values

HELD

public static final InteractionVoice.NetworkStatus HELD
Indicates the network consult call is held.


CONFERENCED_

public static final int CONFERENCED_
Indicates the interaction is in a network conference.

See Also:
Constant Field Values

CONFERENCED

public static final InteractionVoice.NetworkStatus CONFERENCED
Indicates the interaction is in a network conference.


NO_PARTY_

public static final int NO_PARTY_
Indicates the network consult call failed to contact a network party.

See Also:
Constant Field Values

NO_PARTY

public static final InteractionVoice.NetworkStatus NO_PARTY
Indicates the network consult call failed to contact a network party.


MAX

public static final int MAX
The maximum number of statuses.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Returns maximum number of statuses.


getNetworkStatus

public static final InteractionVoice.NetworkStatus getNetworkStatus(int value)
Returns the status for this value.