public enum LiveChatButtonRoutingType extends Enum<LiveChatButtonRoutingType>
| Enum Constant and Description |
|---|
Choice
Enumeration : Choice
|
LeastActive
Enumeration : LeastActive
|
MostAvailable
Enumeration : MostAvailable
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LiveChatButtonRoutingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveChatButtonRoutingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveChatButtonRoutingType Choice
public static final LiveChatButtonRoutingType LeastActive
public static final LiveChatButtonRoutingType MostAvailable
public static LiveChatButtonRoutingType[] values()
for (LiveChatButtonRoutingType c : LiveChatButtonRoutingType.values()) System.out.println(c);
public static LiveChatButtonRoutingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<LiveChatButtonRoutingType>Copyright © 2015. All Rights Reserved.