|
|||||||||
| 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.InteractionChat.Action
public static class InteractionChat.Action
Interaction chat actions. To be used in the methods of the
interface Possible.
Possible| Field Summary | |
|---|---|
static InteractionChat.Action |
ANSWER_CALL
Constant for the 'answer call' action. |
static int |
ANSWER_CALL_
Constant for the 'answer call' action. |
static InteractionChat.Action |
CONFERENCE
Constant for the 'conference' action. |
static int |
CONFERENCE_
Constant for the 'conference' action. |
static InteractionChat.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 InteractionChat.Action |
PUSH_URL
Constant for the 'pushURL' action. |
static int |
PUSH_URL_
Constant for the 'pushURL' action. |
static InteractionChat.Action |
QUERY_STATUS
Constant for the 'query status' action. |
static int |
QUERY_STATUS_
Constant for the 'query status' action. |
static InteractionChat.Action |
RELEASE_CALL
Constant for the 'release call' action. |
static int |
RELEASE_CALL_
Constant for the 'release call' action. |
static InteractionChat.Action |
SAVE
Constant for the 'save' action. |
static int |
SAVE_
Constant for the 'save' action. |
static InteractionChat.Action |
TRANSFER
Constant for the 'transfer' action. |
static int |
TRANSFER_
Constant for the 'transfer' action. |
static InteractionChat.Action |
TYPING_STARTED
Constant for the 'typingStarted' action. |
static int |
TYPING_STARTED_
Constant for the 'typingStarted' action. |
static InteractionChat.Action |
TYPING_STOPPED
Constant for the 'typingStopped' action. |
static int |
TYPING_STOPPED_
Constant for the 'typingStopped' action. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionChat.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 |
|---|
public static final int ANSWER_CALL_
public static final InteractionChat.Action ANSWER_CALL
public static final int RELEASE_CALL_
public static final InteractionChat.Action RELEASE_CALL
public static final int MARK_DONE_
public static final InteractionChat.Action MARK_DONE
public static final int QUERY_STATUS_
public static final InteractionChat.Action QUERY_STATUS
public static final int TRANSFER_
public static final InteractionChat.Action TRANSFER
public static final int SAVE_
public static final InteractionChat.Action SAVE
public static final int CONFERENCE_
public static final InteractionChat.Action CONFERENCE
public static final int PUSH_URL_
public static final InteractionChat.Action PUSH_URL
public static final int TYPING_STARTED_
public static final InteractionChat.Action TYPING_STARTED
public static final int TYPING_STOPPED_
public static final InteractionChat.Action TYPING_STOPPED
public static final int MAX
| Method Detail |
|---|
public static int max()
public static final InteractionChat.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||