|
|||||||||
| 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.OutboundCampaignInfo.Mode
public static class OutboundCampaignInfo.Mode
Constants for the different modes of a campaign.
| Field Summary | |
|---|---|
static OutboundCampaignInfo.Mode |
ENGAGED_PREDICTIVE
Engaged predictive mode of campaign. |
static int |
ENGAGED_PREDICTIVE_
Engaged predictive mode of campaign. |
static OutboundCampaignInfo.Mode |
ENGAGED_PROGRESSIVE
Engaged progressive mode of campaign. |
static int |
ENGAGED_PROGRESSIVE_
Engaged progressive mode of campaign. |
static int |
MAX
The number of defined constants. |
static OutboundCampaignInfo.Mode |
PREDICTIVE
Predictive mode of campaign. |
static int |
PREDICTIVE_
Predictive mode of campaign. |
static OutboundCampaignInfo.Mode |
PREVIEW
Preview mode of campaign. |
static int |
PREVIEW_
Preview mode of campaign. |
static OutboundCampaignInfo.Mode |
PROGRESSIVE
Progressive mode of campaign. |
static int |
PROGRESSIVE_
Progressive mode of campaign. |
static OutboundCampaignInfo.Mode |
PUSH_PREVIEW
Push preview mode of campaign. |
static int |
PUSH_PREVIEW_
Push preview mode of campaign. |
static OutboundCampaignInfo.Mode |
UNKNOWN
Unknown mode of campaign. |
static int |
UNKNOWN_
Unknown mode of campaign. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static OutboundCampaignInfo.Mode |
getMode(int value)
Returns the Mode 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 UNKNOWN_
public static final OutboundCampaignInfo.Mode UNKNOWN
public static final int PREDICTIVE_
public static final OutboundCampaignInfo.Mode PREDICTIVE
public static final int PROGRESSIVE_
public static final OutboundCampaignInfo.Mode PROGRESSIVE
public static final int PREVIEW_
public static final OutboundCampaignInfo.Mode PREVIEW
public static final int ENGAGED_PREDICTIVE_
public static final OutboundCampaignInfo.Mode ENGAGED_PREDICTIVE
public static final int ENGAGED_PROGRESSIVE_
public static final OutboundCampaignInfo.Mode ENGAGED_PROGRESSIVE
public static final int PUSH_PREVIEW_
public static final OutboundCampaignInfo.Mode PUSH_PREVIEW
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundCampaignInfo.Mode getMode(int value)
Mode for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||