com.genesyslab.ail
Class OutboundCampaignInfo.Action

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundCampaignInfo.Action
Enclosing interface:
OutboundCampaignInfo

public static class OutboundCampaignInfo.Action
extends Enum

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

ADD_RECORD_

public static final int ADD_RECORD_
Constant for the action of adding a record.

See Also:
Constant Field Values

ADD_RECORD

public static final OutboundCampaignInfo.Action ADD_RECORD
Constant for the action of adding a record.


REQUEST_PREVIEW_RECORD_

public static final int REQUEST_PREVIEW_RECORD_
Constant for the action of requesting a preview record.

See Also:
Constant Field Values

REQUEST_PREVIEW_RECORD

public static final OutboundCampaignInfo.Action REQUEST_PREVIEW_RECORD
Constant for the action of requesting a preview record.


START_PREVIEW_MODE_

public static final int START_PREVIEW_MODE_
Constant for the action of starting preview mode.

See Also:
Constant Field Values

START_PREVIEW_MODE

public static final OutboundCampaignInfo.Action START_PREVIEW_MODE
Constant for the action of starting preview mode.


STOP_PREVIEW_MODE_

public static final int STOP_PREVIEW_MODE_
Constant for the action of stopping preview mode.

See Also:
Constant Field Values

STOP_PREVIEW_MODE

public static final OutboundCampaignInfo.Action STOP_PREVIEW_MODE
Constant for the action of stopping preview mode.


GET_PREVIEW_RECORD_

public static final int GET_PREVIEW_RECORD_
Constant for the action of getting a preview record.

See Also:
Constant Field Values

GET_PREVIEW_RECORD

public static final OutboundCampaignInfo.Action GET_PREVIEW_RECORD
Constant for the action of getting a preview record.


REQUEST_LOGOUT_

public static final int REQUEST_LOGOUT_
Constant for the action of requesting campaign logout.

See Also:
Constant Field Values

REQUEST_LOGOUT

public static final OutboundCampaignInfo.Action REQUEST_LOGOUT
Constant for the action of requesting campaign logout.


MAX

public static final int MAX
The number of defined constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getAction

public static final OutboundCampaignInfo.Action getAction(int value)
Returns the Action for this value.