|
|||||||||
| 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.InteractionVoice.MakeCallType
public static class InteractionVoice.MakeCallType
Enum for the type of phone call to make.
| Field Summary | |
|---|---|
static InteractionVoice.MakeCallType |
DIRECT_AGENT
A direct call to an agent. |
static int |
DIRECT_AGENT_
A direct call to an agent. |
static InteractionVoice.MakeCallType |
DIRECT_PRIORITY
A direct call to an agent with priority. |
static int |
DIRECT_PRIORITY_
A direct call to an agent with priority. |
static int |
MAX
The maximum number of call types. |
static InteractionVoice.MakeCallType |
PRIORITY
A regular call with priority. |
static int |
PRIORITY_
A regular call with priority. |
static InteractionVoice.MakeCallType |
REGULAR
A regular call. |
static int |
REGULAR_
A regular call. |
static InteractionVoice.MakeCallType |
SUPERVISOR
A call to a supervisor. |
static int |
SUPERVISOR_
A call to a supervisor. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionVoice.MakeCallType |
getMakeCallType(int value)
Returns the MakeCallType for this value. |
static int |
max()
The maximum number of call types. |
| 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 REGULAR_
public static final InteractionVoice.MakeCallType REGULAR
public static final int DIRECT_AGENT_
public static final InteractionVoice.MakeCallType DIRECT_AGENT
public static final int SUPERVISOR_
public static final InteractionVoice.MakeCallType SUPERVISOR
public static final int PRIORITY_
public static final InteractionVoice.MakeCallType PRIORITY
public static final int DIRECT_PRIORITY_
public static final InteractionVoice.MakeCallType DIRECT_PRIORITY
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final InteractionVoice.MakeCallType getMakeCallType(int value)
MakeCallType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||