com.genesyslab.ail
Class InteractionVoiceCallback.CallbackStatus

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionVoiceCallback.CallbackStatus
Enclosing interface:
InteractionVoiceCallback

public static class InteractionVoiceCallback.CallbackStatus
extends Enum

Enum for the callback-oriented status of this interaction.


Field Summary
static InteractionVoiceCallback.CallbackStatus ACCEPTED
          The interaction has been accepted.
static int ACCEPTED_
          The interaction has been accepted.
static InteractionVoiceCallback.CallbackStatus CLOSED_CANCELED
          The interaction has been canceled.
static int CLOSED_CANCELED_
          The interaction has been canceled.
static InteractionVoiceCallback.CallbackStatus CLOSED_DECLINED
          The interaction has been declined.
static int CLOSED_DECLINED_
          The interaction has been declined.
static InteractionVoiceCallback.CallbackStatus CLOSED_DONE
          The interaction has been processed.
static int CLOSED_DONE_
          The interaction has been processed.
static int MAX
          The maximum number of statuses.
static InteractionVoiceCallback.CallbackStatus PRESENTED
          The interaction has been presented for processing.
static int PRESENTED_
          The interaction has been presented for processing.
static InteractionVoiceCallback.CallbackStatus UNKNOWN
          Unknown.
static int UNKNOWN_
          Unknown.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionVoiceCallback.CallbackStatus getCallbackStatus(int value)
          Returns the CallbackStatus for this value.
static int max()
          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

UNKNOWN_

public static final int UNKNOWN_
Unknown.

See Also:
Constant Field Values

UNKNOWN

public static final InteractionVoiceCallback.CallbackStatus UNKNOWN
Unknown.


PRESENTED_

public static final int PRESENTED_
The interaction has been presented for processing.

See Also:
Constant Field Values

PRESENTED

public static final InteractionVoiceCallback.CallbackStatus PRESENTED
The interaction has been presented for processing.


ACCEPTED_

public static final int ACCEPTED_
The interaction has been accepted.

See Also:
Constant Field Values

ACCEPTED

public static final InteractionVoiceCallback.CallbackStatus ACCEPTED
The interaction has been accepted.


CLOSED_CANCELED_

public static final int CLOSED_CANCELED_
The interaction has been canceled.

See Also:
Constant Field Values

CLOSED_CANCELED

public static final InteractionVoiceCallback.CallbackStatus CLOSED_CANCELED
The interaction has been canceled.


CLOSED_DONE_

public static final int CLOSED_DONE_
The interaction has been processed.

See Also:
Constant Field Values

CLOSED_DONE

public static final InteractionVoiceCallback.CallbackStatus CLOSED_DONE
The interaction has been processed.


CLOSED_DECLINED_

public static final int CLOSED_DECLINED_
The interaction has been declined.

See Also:
Constant Field Values

CLOSED_DECLINED

public static final InteractionVoiceCallback.CallbackStatus CLOSED_DECLINED
The interaction has been declined.


MAX

public static final int MAX
The maximum number of statuses.

See Also:
Constant Field Values
Method Detail

max

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


getCallbackStatus

public static final InteractionVoiceCallback.CallbackStatus getCallbackStatus(int value)
Returns the CallbackStatus for this value.