|
|||||||||
| 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.InteractionVoiceCallback.Action
public static class InteractionVoiceCallback.Action
Enum for the actions that are possible on this interaction.
To be used in the methods of Possible.
| Field Summary | |
|---|---|
static InteractionVoiceCallback.Action |
ACCEPT_AND_DIAL
Deprecated. Accept and dial this interaction. |
static int |
ACCEPT_AND_DIAL_
Deprecated. Accept and dial this interaction. |
static InteractionVoiceCallback.Action |
ALTERNATE
Deprecated. Alternate this interaction. |
static int |
ALTERNATE_
Deprecated. Alternate this interaction. |
static InteractionVoiceCallback.Action |
ANSWER_CALL
Deprecated. Answer this interaction. |
static int |
ANSWER_CALL_
Deprecated. Answer this interaction. |
static InteractionVoiceCallback.Action |
COMPLETE_CONFERENCE
Deprecated. Complete this interaction as a conference. |
static int |
COMPLETE_CONFERENCE_
Deprecated. Complete this interaction as a conference. |
static InteractionVoiceCallback.Action |
COMPLETE_TRANSFER
Deprecated. Complete this interaction as a transfer. |
static int |
COMPLETE_TRANSFER_
Deprecated. Complete this interaction as a transfer. |
static InteractionVoiceCallback.Action |
CONFERENCE
Deprecated. Initiate a conference on this interaction. |
static int |
CONFERENCE_
Deprecated. Initiate a conference on this interaction. |
static InteractionVoiceCallback.Action |
DECLINE
Deprecated. Decline this interaction. |
static int |
DECLINE_
Deprecated. Decline this interaction. |
static InteractionVoiceCallback.Action |
DELETE_FROM_CONFERENCE
Deprecated. Delete a party from the conference. |
static int |
DELETE_FROM_CONFERENCE_
Deprecated. Delete a party from the conference. |
static InteractionVoiceCallback.Action |
HOLD
Deprecated. Hold this interaction. |
static int |
HOLD_
Deprecated. Hold this interaction. |
static InteractionVoiceCallback.Action |
INIT_TRANSFER
Deprecated. Initiate a transfer of this interaction. |
static int |
INIT_TRANSFER_
Deprecated. Initiate a transfer of this interaction. |
static InteractionVoiceCallback.Action |
LEAVE_CONFERENCE
Deprecated. Leave the current conference. |
static int |
LEAVE_CONFERENCE_
Deprecated. Leave the current conference. |
static InteractionVoiceCallback.Action |
MAKE_CALL
Deprecated. Make a call on this interaction. |
static int |
MAKE_CALL_
Deprecated. Make a call on this interaction. |
static InteractionVoiceCallback.Action |
MARK_DONE
Deprecated. Mark this interaction done. |
static int |
MARK_DONE_
Deprecated. Mark this interaction done. |
static int |
MAX
Deprecated. The maximum number of actions. |
static InteractionVoiceCallback.Action |
MUTE_OFF
Deprecated. Stop muting this interaction. |
static int |
MUTE_OFF_
Deprecated. Stop muting this interaction. |
static InteractionVoiceCallback.Action |
MUTE_ON
Deprecated. Mute this interaction. |
static int |
MUTE_ON_
Deprecated. Mute this interaction. |
static InteractionVoiceCallback.Action |
MUTE_TRANSFER
Deprecated. Perform a mute transfer of this interaction. |
static int |
MUTE_TRANSFER_
Deprecated. Perform a mute transfer of this interaction. |
static InteractionVoiceCallback.Action |
QUERY_STATUS
Deprecated. Query the status of this interaction. |
static int |
QUERY_STATUS_
Deprecated. Query the status of this interaction. |
static InteractionVoiceCallback.Action |
RECONNECT
Deprecated. Reconnect this interaction. |
static int |
RECONNECT_
Deprecated. Reconnect this interaction. |
static InteractionVoiceCallback.Action |
REDIRECT_CALL
Deprecated. Redirect this interaction. |
static int |
REDIRECT_CALL_
Deprecated. Redirect this interaction. |
static InteractionVoiceCallback.Action |
RELEASE_CALL
Deprecated. Release this interaction. |
static int |
RELEASE_CALL_
Deprecated. Release this interaction. |
static InteractionVoiceCallback.Action |
RETRIEVE
Deprecated. Retrieve this interaction. |
static int |
RETRIEVE_
Deprecated. Retrieve this interaction. |
static InteractionVoiceCallback.Action |
SAVE
Deprecated. Save this interaction. |
static int |
SAVE_
Deprecated. Save this interaction. |
static InteractionVoiceCallback.Action |
SEND_DTMF
Deprecated. Send DTMF tones throug this interaction. |
static int |
SEND_DTMF_
Deprecated. Send DTMF tones throug this interaction. |
static InteractionVoiceCallback.Action |
SINGLE_STEP_CONFERENCE
Deprecated. Perform a single step conference with this interaction. |
static int |
SINGLE_STEP_CONFERENCE_
Deprecated. Perform a single step conference with this interaction. |
static InteractionVoiceCallback.Action |
SINGLE_STEP_TRANSFER
Deprecated. Perform a single step transfer of this interaction. |
static int |
SINGLE_STEP_TRANSFER_
Deprecated. Perform a single step transfer of this interaction. |
static InteractionVoiceCallback.Action |
TRANSFER
Deprecated. Transfer this interaction. |
static int |
TRANSFER_
Deprecated. Transfer this interaction. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionVoiceCallback.Action |
getAction(int value)
Deprecated. Returns the Action for this value. |
static int |
max()
Deprecated. The maximum number of actions. |
| 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 ANSWER_CALL_
public static final InteractionVoiceCallback.Action ANSWER_CALL
public static final int RELEASE_CALL_
public static final InteractionVoiceCallback.Action RELEASE_CALL
public static final int MARK_DONE_
public static final InteractionVoiceCallback.Action MARK_DONE
public static final int QUERY_STATUS_
public static final InteractionVoiceCallback.Action QUERY_STATUS
public static final int TRANSFER_
public static final InteractionVoiceCallback.Action TRANSFER
public static final int SAVE_
public static final InteractionVoiceCallback.Action SAVE
public static final int MAKE_CALL_
public static final InteractionVoiceCallback.Action MAKE_CALL
public static final int HOLD_
public static final InteractionVoiceCallback.Action HOLD
public static final int RETRIEVE_
public static final InteractionVoiceCallback.Action RETRIEVE
public static final int ALTERNATE_
public static final InteractionVoiceCallback.Action ALTERNATE
public static final int RECONNECT_
public static final InteractionVoiceCallback.Action RECONNECT
public static final int INIT_TRANSFER_
public static final InteractionVoiceCallback.Action INIT_TRANSFER
public static final int COMPLETE_TRANSFER_
public static final InteractionVoiceCallback.Action COMPLETE_TRANSFER
public static final int SINGLE_STEP_TRANSFER_
Possible.isPossible(com.genesyslab.ail.Enum) of this action is true if a mute
transfer is possible even if the single step is not.
public static final InteractionVoiceCallback.Action SINGLE_STEP_TRANSFER
Possible.isPossible(com.genesyslab.ail.Enum) of this action is true if a mute
transfer is possible even if the single step is not.
public static final int CONFERENCE_
public static final InteractionVoiceCallback.Action CONFERENCE
public static final int COMPLETE_CONFERENCE_
public static final InteractionVoiceCallback.Action COMPLETE_CONFERENCE
public static final int LEAVE_CONFERENCE_
public static final InteractionVoiceCallback.Action LEAVE_CONFERENCE
public static final int DELETE_FROM_CONFERENCE_
public static final InteractionVoiceCallback.Action DELETE_FROM_CONFERENCE
public static final int MUTE_TRANSFER_
public static final InteractionVoiceCallback.Action MUTE_TRANSFER
public static final int SEND_DTMF_
public static final InteractionVoiceCallback.Action SEND_DTMF
public static final int REDIRECT_CALL_
public static final InteractionVoiceCallback.Action REDIRECT_CALL
public static final int SINGLE_STEP_CONFERENCE_
public static final InteractionVoiceCallback.Action SINGLE_STEP_CONFERENCE
public static final int MUTE_ON_
public static final InteractionVoiceCallback.Action MUTE_ON
public static final int MUTE_OFF_
public static final InteractionVoiceCallback.Action MUTE_OFF
public static final int ACCEPT_AND_DIAL_
public static final InteractionVoiceCallback.Action ACCEPT_AND_DIAL
public static final int DECLINE_
public static final InteractionVoiceCallback.Action DECLINE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final InteractionVoiceCallback.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||