|
|||||||||
| 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.OutboundRecord.CallbackType
public static class OutboundRecord.CallbackType
Constants for the different types of callback.
| Field Summary | |
|---|---|
static OutboundRecord.CallbackType |
CAMPAIGN
OCS will be able to distribute the callback to any agent logged in the campaign. |
static int |
CAMPAIGN_
OCS will be able to distribute the callback to any agent logged in the campaign. |
static int |
MAX
|
static OutboundRecord.CallbackType |
PERSONAL
OCS will have to address the same agent as the one who requested the callback. |
static int |
PERSONAL_
OCS will have to address the same agent as the one who requested the callback. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static OutboundRecord.CallbackType |
getCallbackType(int value)
Returns the CallbackType 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 PERSONAL_
public static final OutboundRecord.CallbackType PERSONAL
public static final int CAMPAIGN_
public static final OutboundRecord.CallbackType CAMPAIGN
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundRecord.CallbackType getCallbackType(int value)
CallbackType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||