public enum EmbeddedServiceCustomComponentType extends java.lang.Enum<EmbeddedServiceCustomComponentType>
| Enum Constant and Description |
|---|
LA_ChatHeader
Enumeration : LA_ChatHeader
|
LA_Minimized
Enumeration : LA_Minimized
|
LA_PlainTextChatMessage
Enumeration : LA_PlainTextChatMessage
|
LA_Prechat
Enumeration : LA_Prechat
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static EmbeddedServiceCustomComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedServiceCustomComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedServiceCustomComponentType LA_Prechat
public static final EmbeddedServiceCustomComponentType LA_Minimized
public static final EmbeddedServiceCustomComponentType LA_PlainTextChatMessage
public static final EmbeddedServiceCustomComponentType LA_ChatHeader
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static EmbeddedServiceCustomComponentType[] values()
for (EmbeddedServiceCustomComponentType c : EmbeddedServiceCustomComponentType.values()) System.out.println(c);
public static EmbeddedServiceCustomComponentType 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<EmbeddedServiceCustomComponentType>Copyright © 2020. All Rights Reserved.