Platform SDK Java 8.5 API Reference

com.genesyslab.platform.outbound.protocol.outboundserver
Class DialMode

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.outbound.protocol.outboundserver.DialMode

public class DialMode
extends GEnum

Dial mode for the campaign.


Field Summary
static DialMode NoDialMode
          No dial mode
static DialMode Power
          Power dialing mode
static DialMode PowerAndSeize
          Power and seize dialing mode
static DialMode PowerGVP
          Power GVP dialing mode
static DialMode Predict
          Predict dialing mode
static DialMode PredictAndSeize
          Predict and seize dialing mode
static DialMode PredictGVP
          Predict GVP dialing mode
static DialMode Preview
          Preview dialing mode
static DialMode Progress
          Progress dialing mode
static DialMode ProgressAndSeize
          Progress and seize dialing mode
static DialMode ProgressGVP
          Progress GVP dialing mode
static DialMode PushPreview
          Push Preview dialing mode
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static DialMode valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static DialMode valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<DialMode> values()
          Returns all values of the enumeration.
 
Methods inherited from class com.genesyslab.platform.commons.GEnum
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NoDialMode

public static final DialMode NoDialMode
No dial mode


Predict

public static final DialMode Predict
Predict dialing mode


Progress

public static final DialMode Progress
Progress dialing mode


Preview

public static final DialMode Preview
Preview dialing mode


ProgressAndSeize

public static final DialMode ProgressAndSeize
Progress and seize dialing mode


PredictAndSeize

public static final DialMode PredictAndSeize
Predict and seize dialing mode


Power

public static final DialMode Power
Power dialing mode


PowerAndSeize

public static final DialMode PowerAndSeize
Power and seize dialing mode


PushPreview

public static final DialMode PushPreview
Push Preview dialing mode


ProgressGVP

public static final DialMode ProgressGVP
Progress GVP dialing mode


PredictGVP

public static final DialMode PredictGVP
Predict GVP dialing mode


PowerGVP

public static final DialMode PowerGVP
Power GVP dialing mode

Method Detail

values

public static java.util.Collection<DialMode> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static DialMode valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static DialMode valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.