Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.types
Class CfgCallActionCode

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgCallActionCode

public class CfgCallActionCode
extends GEnum


Field Summary
static CfgCallActionCode CFGCACConnect
          Connect to an operator
static CfgCallActionCode CFGCACDrop
          Release call
static CfgCallActionCode CFGCACMaxCallActionCode
          A maximum value of this enumeration.
static CfgCallActionCode CFGCACMuteTransfer
          Transfer call using mute transfer
static CfgCallActionCode CFGCACNoCallActionCode
          The value of corresponding parameter has not changed
static CfgCallActionCode CFGCACPlayMessage
          Slay message
static CfgCallActionCode CFGCACRoute
          Route call
static CfgCallActionCode CFGCACSendEmail
          Send E-mail
static CfgCallActionCode CFGCACSendFax
          Send fax
static CfgCallActionCode CFGCACSendPage
          Send page
static CfgCallActionCode CFGCACTransfer
          Transfer call using two-step transfer
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgCallActionCode valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgCallActionCode valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgCallActionCode> 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

CFGCACNoCallActionCode

public static final CfgCallActionCode CFGCACNoCallActionCode
The value of corresponding parameter has not changed


CFGCACConnect

public static final CfgCallActionCode CFGCACConnect
Connect to an operator


CFGCACDrop

public static final CfgCallActionCode CFGCACDrop
Release call


CFGCACMuteTransfer

public static final CfgCallActionCode CFGCACMuteTransfer
Transfer call using mute transfer


CFGCACTransfer

public static final CfgCallActionCode CFGCACTransfer
Transfer call using two-step transfer


CFGCACRoute

public static final CfgCallActionCode CFGCACRoute
Route call


CFGCACPlayMessage

public static final CfgCallActionCode CFGCACPlayMessage
Slay message


CFGCACSendFax

public static final CfgCallActionCode CFGCACSendFax
Send fax


CFGCACSendPage

public static final CfgCallActionCode CFGCACSendPage
Send page


CFGCACSendEmail

public static final CfgCallActionCode CFGCACSendEmail
Send E-mail


CFGCACMaxCallActionCode

public static final CfgCallActionCode CFGCACMaxCallActionCode
A maximum value of this enumeration.

Method Detail

values

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

Returns:
all enumeration values

valueOf

public static CfgCallActionCode 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 CfgCallActionCode 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.