|
|||||||||
| 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.Interaction.Type
public static class Interaction.Type
Constants that describe the possible types of interactions.
| Field Summary | |
|---|---|
static Interaction.Type |
ACKNOWLEDGEMENT_INTERACTION
Interaction type outbound acknowledgement. |
static int |
ACKNOWLEDGEMENT_INTERACTION_
Interaction type outbound acknowledgement. |
static Interaction.Type |
AUTO_RESPONSE_INTERACTION
Interaction type outbound auto response. |
static int |
AUTO_RESPONSE_INTERACTION_
Interaction type outbound auto response. |
static Interaction.Type |
CALLBACKREQUEST
Interaction type request for callback. |
static int |
CALLBACKREQUEST_
Interaction type request for callback. |
static Interaction.Type |
CHAT
Interaction type chat. |
static int |
CHAT_
Interaction type chat. |
static Interaction.Type |
CHATREQUEST
Interaction type request for chat. |
static int |
CHATREQUEST_
Interaction type request for chat. |
static Interaction.Type |
COBROWSE
Interaction type cobrowse. |
static int |
COBROWSE_
Interaction type cobrowse. |
static Interaction.Type |
COLLABORATION_INVITATION_IN
Interaction type collaboration invitation in. |
static int |
COLLABORATION_INVITATION_IN_
Interaction type collaboration invitation in. |
static Interaction.Type |
COLLABORATION_INVITATION_OUT
Interaction type collaboration invitation out. |
static int |
COLLABORATION_INVITATION_OUT_
Interaction type collaboration invitation out. |
static Interaction.Type |
COLLABORATION_REPLY_OUT
Interaction type collaboration reply out. |
static int |
COLLABORATION_REPLY_OUT_
Interaction type collaboration reply out. |
static Interaction.Type |
CUSTOMER_REPLY_INTERACTION
Interaction type inbound customer reply. |
static int |
CUSTOMER_REPLY_INTERACTION_
Interaction type inbound customer reply. |
static Interaction.Type |
EMAILIN
Interaction type incoming e-mail. |
static int |
EMAILIN_
Interaction type incoming e-mail. |
static Interaction.Type |
EMAILOUT
Interaction type outgoing e-mail. |
static int |
EMAILOUT_
Interaction type outgoing e-mail. |
static Interaction.Type |
EMAILOUT_REPLY
Interaction type emailout reply. |
static int |
EMAILOUT_REPLY_
Interaction type emailout reply. |
static Interaction.Type |
INBOUND_COLLABORATION_REPLY
Interaction type external inbound collaboration reply. |
static int |
INBOUND_COLLABORATION_REPLY_
Interaction type external inbound collaboration reply. |
static int |
MAX
|
static Interaction.Type |
NDR_INTERACTION
Interaction type inbound NDR. |
static int |
NDR_INTERACTION_
Interaction type inbound NDR. |
static Interaction.Type |
OUTBOUND_COLLABORATION_INVITE
Interaction type external outbound collaboration invite. |
static int |
OUTBOUND_COLLABORATION_INVITE_
Interaction type external outbound collaboration invite. |
static Interaction.Type |
OUTBOUND_NOTIFICATION
Interaction type outbound notification. |
static int |
OUTBOUND_NOTIFICATION_
Interaction type outbound notification. |
static Interaction.Type |
PHONE_CALL
Interaction type phone call. |
static int |
PHONE_CALL_
Interaction type phone call. |
static Interaction.Type |
PHONE_CALL_CALLBACK
Interaction type callback. |
static int |
PHONE_CALL_CALLBACK_
Interaction type callback. |
static Interaction.Type |
PHONE_CALL_OUTBOUND
Interaction type outbound phone call. |
static int |
PHONE_CALL_OUTBOUND_
Interaction type outbound phone call. |
static Interaction.Type |
REDIRECT_INTERACTION
Interaction type outbound redirect. |
static int |
REDIRECT_INTERACTION_
Interaction type outbound redirect. |
static Interaction.Type |
ROUTING_INTERACTION
Interaction type routing. |
static int |
ROUTING_INTERACTION_
Interaction type routing. |
static Interaction.Type |
UNKNOWN
Interaction type unknown. |
static int |
UNKNOWN_
Interaction type unknown. |
static Interaction.Type |
WEBCALLBACK
Interaction type webcallback. |
static int |
WEBCALLBACK_
Interaction type webcallback. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Interaction.Type |
getType(int value)
Returns the Type 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 PHONE_CALL_
public static final Interaction.Type PHONE_CALL
public static final int EMAILIN_
public static final Interaction.Type EMAILIN
public static final int EMAILOUT_
public static final Interaction.Type EMAILOUT
public static final int PHONE_CALL_OUTBOUND_
public static final Interaction.Type PHONE_CALL_OUTBOUND
public static final int CHAT_
public static final Interaction.Type CHAT
public static final int PHONE_CALL_CALLBACK_
public static final Interaction.Type PHONE_CALL_CALLBACK
public static final int CHATREQUEST_
public static final Interaction.Type CHATREQUEST
public static final int CALLBACKREQUEST_
public static final Interaction.Type CALLBACKREQUEST
public static final int COBROWSE_
public static final Interaction.Type COBROWSE
public static final int COLLABORATION_INVITATION_IN_
public static final Interaction.Type COLLABORATION_INVITATION_IN
public static final int COLLABORATION_INVITATION_OUT_
public static final Interaction.Type COLLABORATION_INVITATION_OUT
public static final int COLLABORATION_REPLY_OUT_
public static final Interaction.Type COLLABORATION_REPLY_OUT
public static final int EMAILOUT_REPLY_
public static final Interaction.Type EMAILOUT_REPLY
public static final int ROUTING_INTERACTION_
public static final Interaction.Type ROUTING_INTERACTION
public static final int ACKNOWLEDGEMENT_INTERACTION_
public static final Interaction.Type ACKNOWLEDGEMENT_INTERACTION
public static final int AUTO_RESPONSE_INTERACTION_
public static final Interaction.Type AUTO_RESPONSE_INTERACTION
public static final int NDR_INTERACTION_
public static final Interaction.Type NDR_INTERACTION
public static final int CUSTOMER_REPLY_INTERACTION_
public static final Interaction.Type CUSTOMER_REPLY_INTERACTION
public static final int REDIRECT_INTERACTION_
public static final Interaction.Type REDIRECT_INTERACTION
public static final int INBOUND_COLLABORATION_REPLY_
public static final Interaction.Type INBOUND_COLLABORATION_REPLY
public static final int OUTBOUND_COLLABORATION_INVITE_
public static final Interaction.Type OUTBOUND_COLLABORATION_INVITE
public static final int UNKNOWN_
public static final Interaction.Type UNKNOWN
public static final int OUTBOUND_NOTIFICATION_
public static final Interaction.Type OUTBOUND_NOTIFICATION
public static final int WEBCALLBACK_
public static final Interaction.Type WEBCALLBACK
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Interaction.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||