Enum Class GroupService

java.lang.Object
java.lang.Enum<GroupService>
co.ecg.alpaca.toolkit.generated.enums.GroupService
All Implemented Interfaces:
Serializable, Comparable<GroupService>, Constable

public enum GroupService extends Enum<GroupService>
Group level services.
Author:
AlpacaGenerator
  • Enum Constant Details

    • ACCOUNTAUTHORIZATIONCODES

      public static final GroupService ACCOUNTAUTHORIZATIONCODES
    • AUTOATTENDANT

      public static final GroupService AUTOATTENDANT
    • AUTOATTENDANTVIDEO

      public static final GroupService AUTOATTENDANTVIDEO
    • AUTOATTENDANTSTANDARD

      public static final GroupService AUTOATTENDANTSTANDARD
    • CALLCAPACITYMANAGEMENT

      public static final GroupService CALLCAPACITYMANAGEMENT
    • CALLPARK

      public static final GroupService CALLPARK
    • CALLPICKUP

      public static final GroupService CALLPICKUP
    • CITYWIDECENTREX

      public static final GroupService CITYWIDECENTREX
    • CUSTOMRINGBACKGROUP

      public static final GroupService CUSTOMRINGBACKGROUP
    • CUSTOMRINGBACKGROUPVIDEO

      public static final GroupService CUSTOMRINGBACKGROUPVIDEO
    • EMERGENCYZONES

      public static final GroupService EMERGENCYZONES
    • ENHANCEDOUTGOINGCALLINGPLAN

      public static final GroupService ENHANCEDOUTGOINGCALLINGPLAN
    • FINDMEFOLLOWME

      public static final GroupService FINDMEFOLLOWME
    • GROUPPAGING

      public static final GroupService GROUPPAGING
    • HUNTGROUP

      public static final GroupService HUNTGROUP
    • INCOMINGCALLINGPLAN

      public static final GroupService INCOMINGCALLINGPLAN
    • INSTANTGROUPCALL

      public static final GroupService INSTANTGROUPCALL
    • INTERCEPTGROUP

      public static final GroupService INTERCEPTGROUP
    • INVENTORYREPORT

      public static final GroupService INVENTORYREPORT
    • LDAPINTEGRATION

      public static final GroupService LDAPINTEGRATION
    • MEETMECONFERENCING

      public static final GroupService MEETMECONFERENCING
    • MUSICONHOLD

      public static final GroupService MUSICONHOLD
    • MUSICONHOLDVIDEO

      public static final GroupService MUSICONHOLDVIDEO
    • OUTGOINGCALLINGPLAN

      public static final GroupService OUTGOINGCALLINGPLAN
    • PREFERREDCARRIERGROUP

      public static final GroupService PREFERREDCARRIERGROUP
    • ROUTEPOINT

      public static final GroupService ROUTEPOINT
    • SERIESCOMPLETION

      public static final GroupService SERIESCOMPLETION
    • SERVICESCRIPTSGROUP

      public static final GroupService SERVICESCRIPTSGROUP
    • TRUNKGROUP

      public static final GroupService TRUNKGROUP
    • VOICEMESSAGINGGROUP

      public static final GroupService VOICEMESSAGINGGROUP
    • VOICEXML

      public static final GroupService VOICEXML
  • Method Details

    • values

      public static GroupService[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GroupService valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<GroupService>
    • get

      public static GroupService get(String value)
    • getArray

      public static GroupService[] getArray(String[] values)