com.genesyslab.ail
Class InteractionWebcallback.Action

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionWebcallback.Action
Enclosing interface:
InteractionWebcallback

public static class InteractionWebcallback.Action
extends Enum

To be used in the methods of the interface Possible.

See Also:
Possible

Field Summary
static InteractionWebcallback.Action ANSWER_CALL
          Constant for the 'answer call' action.
static int ANSWER_CALL_
          Constant for the 'answer call' action.
static InteractionWebcallback.Action CANCEL
          Constant for the 'cancel' action.
static int CANCEL_
          Constant for the 'cancel' action.
static InteractionWebcallback.Action COMPLETE
          Constant for the 'complete' action.
static int COMPLETE_
          Constant for the 'complete' action.
static InteractionWebcallback.Action CREATE_INTERACTION
          Constant for the 'create interaction' action.
static int CREATE_INTERACTION_
          Constant for the 'create interaction' action.
static InteractionWebcallback.Action MARK_DONE
          Constant for the 'mark done' action.
static int MARK_DONE_
          Constant for the 'mark done' action.
static int MAX
          The number of defined constants.
static InteractionWebcallback.Action QUERY_STATUS
          Constant for the 'query status' action.
static int QUERY_STATUS_
          Constant for the 'query status' action.
static InteractionWebcallback.Action RELEASE_CALL
          Constant for the 'release call' action.
static int RELEASE_CALL_
          Constant for the 'release call' action.
static InteractionWebcallback.Action RESCHEDULE
          Constant for the 'reschedule' action.
static int RESCHEDULE_
          Constant for the 'reschedule' action.
static InteractionWebcallback.Action SAVE
          Constant for the 'save' action.
static int SAVE_
          Constant for the 'save' action.
static InteractionWebcallback.Action TRANSFER
          Constant for the 'transfer' action.
static int TRANSFER_
          Constant for the 'transfer' action.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionWebcallback.Action getAction(int value)
          Returns the Action for this value.
static int max()
          The number of defined constants, also the next usable value for the possible constants.
 
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

ANSWER_CALL_

public static final int ANSWER_CALL_
Constant for the 'answer call' action.

See Also:
Constant Field Values

ANSWER_CALL

public static final InteractionWebcallback.Action ANSWER_CALL
Constant for the 'answer call' action.


RELEASE_CALL_

public static final int RELEASE_CALL_
Constant for the 'release call' action.

See Also:
Constant Field Values

RELEASE_CALL

public static final InteractionWebcallback.Action RELEASE_CALL
Constant for the 'release call' action.


MARK_DONE_

public static final int MARK_DONE_
Constant for the 'mark done' action.

See Also:
Constant Field Values

MARK_DONE

public static final InteractionWebcallback.Action MARK_DONE
Constant for the 'mark done' action.


QUERY_STATUS_

public static final int QUERY_STATUS_
Constant for the 'query status' action.

See Also:
Constant Field Values

QUERY_STATUS

public static final InteractionWebcallback.Action QUERY_STATUS
Constant for the 'query status' action.


TRANSFER_

public static final int TRANSFER_
Constant for the 'transfer' action.

See Also:
Constant Field Values

TRANSFER

public static final InteractionWebcallback.Action TRANSFER
Constant for the 'transfer' action.


SAVE_

public static final int SAVE_
Constant for the 'save' action.

See Also:
Constant Field Values

SAVE

public static final InteractionWebcallback.Action SAVE
Constant for the 'save' action.


CANCEL_

public static final int CANCEL_
Constant for the 'cancel' action.

See Also:
Constant Field Values

CANCEL

public static final InteractionWebcallback.Action CANCEL
Constant for the 'cancel' action.


COMPLETE_

public static final int COMPLETE_
Constant for the 'complete' action.

See Also:
Constant Field Values

COMPLETE

public static final InteractionWebcallback.Action COMPLETE
Constant for the 'complete' action.


CREATE_INTERACTION_

public static final int CREATE_INTERACTION_
Constant for the 'create interaction' action.

See Also:
Constant Field Values

CREATE_INTERACTION

public static final InteractionWebcallback.Action CREATE_INTERACTION
Constant for the 'create interaction' action.


RESCHEDULE_

public static final int RESCHEDULE_
Constant for the 'reschedule' action.

See Also:
Constant Field Values

RESCHEDULE

public static final InteractionWebcallback.Action RESCHEDULE
Constant for the 'reschedule' action.


MAX

public static final int MAX
The number of defined constants.

See Also:
Constant Field Values
Method Detail

max

public static int max()
The number of defined constants, also the next usable value for the possible constants.


getAction

public static final InteractionWebcallback.Action getAction(int value)
Returns the Action for this value.