com.genesyslab.ail
Class OutboundRecord.CallbackType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundRecord.CallbackType
Enclosing interface:
OutboundRecord

public static class OutboundRecord.CallbackType
extends Enum

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

PERSONAL_

public static final int PERSONAL_
OCS will have to address the same agent as the one who requested the callback.

See Also:
Constant Field Values

PERSONAL

public static final OutboundRecord.CallbackType PERSONAL
OCS will have to address the same agent as the one who requested the callback.


CAMPAIGN_

public static final int CAMPAIGN_
OCS will be able to distribute the callback to any agent logged in the campaign.

See Also:
Constant Field Values

CAMPAIGN

public static final OutboundRecord.CallbackType CAMPAIGN
OCS will be able to distribute the callback to any agent logged in the campaign.


MAX

public static final int MAX
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.


getCallbackType

public static final OutboundRecord.CallbackType getCallbackType(int value)
Returns the CallbackType for this value.