public enum HistoricalMetricName extends java.lang.Enum<HistoricalMetricName>
The historical metric names.
Modifier and Type | Method and Description |
---|---|
static HistoricalMetricName |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static HistoricalMetricName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoricalMetricName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricalMetricName CONTACTS_QUEUED
public static final HistoricalMetricName CONTACTS_HANDLED
public static final HistoricalMetricName CONTACTS_ABANDONED
public static final HistoricalMetricName CONTACTS_CONSULTED
public static final HistoricalMetricName CONTACTS_AGENT_HUNG_UP_FIRST
public static final HistoricalMetricName CONTACTS_HANDLED_INCOMING
public static final HistoricalMetricName CONTACTS_HANDLED_OUTBOUND
public static final HistoricalMetricName CONTACTS_HOLD_ABANDONS
public static final HistoricalMetricName CONTACTS_TRANSFERRED_IN
public static final HistoricalMetricName CONTACTS_TRANSFERRED_OUT
public static final HistoricalMetricName CONTACTS_TRANSFERRED_IN_FROM_QUEUE
public static final HistoricalMetricName CONTACTS_TRANSFERRED_OUT_FROM_QUEUE
public static final HistoricalMetricName CONTACTS_MISSED
public static final HistoricalMetricName CALLBACK_CONTACTS_HANDLED
public static final HistoricalMetricName API_CONTACTS_HANDLED
public static final HistoricalMetricName OCCUPANCY
public static final HistoricalMetricName HANDLE_TIME
public static final HistoricalMetricName AFTER_CONTACT_WORK_TIME
public static final HistoricalMetricName QUEUED_TIME
public static final HistoricalMetricName ABANDON_TIME
public static final HistoricalMetricName QUEUE_ANSWER_TIME
public static final HistoricalMetricName HOLD_TIME
public static final HistoricalMetricName INTERACTION_TIME
public static final HistoricalMetricName INTERACTION_AND_HOLD_TIME
public static final HistoricalMetricName SERVICE_LEVEL
public static HistoricalMetricName[] values()
for (HistoricalMetricName c : HistoricalMetricName.values()) System.out.println(c);
public static HistoricalMetricName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HistoricalMetricName>
public static HistoricalMetricName fromValue(java.lang.String value)
value
- real valueCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.