public enum InstanceAttributeType extends java.lang.Enum<InstanceAttributeType>
| Enum Constant and Description |
|---|
AUTO_RESOLVE_BEST_VOICES |
CONTACT_LENS |
CONTACTFLOW_LOGS |
EARLY_MEDIA |
ENHANCED_CONTACT_MONITORING |
HIGH_VOLUME_OUTBOUND |
INBOUND_CALLS |
MULTI_PARTY_CONFERENCE |
OUTBOUND_CALLS |
USE_CUSTOM_TTS_VOICES |
| Modifier and Type | Method and Description |
|---|---|
static InstanceAttributeType |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static InstanceAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAttributeType INBOUND_CALLS
public static final InstanceAttributeType OUTBOUND_CALLS
public static final InstanceAttributeType CONTACTFLOW_LOGS
public static final InstanceAttributeType CONTACT_LENS
public static final InstanceAttributeType AUTO_RESOLVE_BEST_VOICES
public static final InstanceAttributeType USE_CUSTOM_TTS_VOICES
public static final InstanceAttributeType EARLY_MEDIA
public static final InstanceAttributeType MULTI_PARTY_CONFERENCE
public static final InstanceAttributeType HIGH_VOLUME_OUTBOUND
public static final InstanceAttributeType ENHANCED_CONTACT_MONITORING
public static InstanceAttributeType[] values()
for (InstanceAttributeType c : InstanceAttributeType.values()) System.out.println(c);
public static InstanceAttributeType 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<InstanceAttributeType>public static InstanceAttributeType fromValue(java.lang.String value)
value - real value