|
|||||||||
| 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.Action
public static class OutboundCampaignInfo.Action
Actions that are possible on campaigns. To be used in the
methods of Possible.
| Field Summary | |
|---|---|
static OutboundCampaignInfo.Action |
ADD_RECORD
Constant for the action of adding a record. |
static int |
ADD_RECORD_
Constant for the action of adding a record. |
static OutboundCampaignInfo.Action |
GET_PREVIEW_RECORD
Constant for the action of getting a preview record. |
static int |
GET_PREVIEW_RECORD_
Constant for the action of getting a preview record. |
static int |
MAX
The number of defined constants. |
static OutboundCampaignInfo.Action |
REQUEST_LOGOUT
Constant for the action of requesting campaign logout. |
static int |
REQUEST_LOGOUT_
Constant for the action of requesting campaign logout. |
static OutboundCampaignInfo.Action |
REQUEST_PREVIEW_RECORD
Constant for the action of requesting a preview record. |
static int |
REQUEST_PREVIEW_RECORD_
Constant for the action of requesting a preview record. |
static OutboundCampaignInfo.Action |
START_PREVIEW_MODE
Constant for the action of starting preview mode. |
static int |
START_PREVIEW_MODE_
Constant for the action of starting preview mode. |
static OutboundCampaignInfo.Action |
STOP_PREVIEW_MODE
Constant for the action of stopping preview mode. |
static int |
STOP_PREVIEW_MODE_
Constant for the action of stopping preview mode. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static OutboundCampaignInfo.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 ADD_RECORD_
public static final OutboundCampaignInfo.Action ADD_RECORD
public static final int REQUEST_PREVIEW_RECORD_
public static final OutboundCampaignInfo.Action REQUEST_PREVIEW_RECORD
public static final int START_PREVIEW_MODE_
public static final OutboundCampaignInfo.Action START_PREVIEW_MODE
public static final int STOP_PREVIEW_MODE_
public static final OutboundCampaignInfo.Action STOP_PREVIEW_MODE
public static final int GET_PREVIEW_RECORD_
public static final OutboundCampaignInfo.Action GET_PREVIEW_RECORD
public static final int REQUEST_LOGOUT_
public static final OutboundCampaignInfo.Action REQUEST_LOGOUT
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundCampaignInfo.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||