public static enum Record.Trim extends Enum<Record.Trim>
| Enum Constant and Description |
|---|
DO_NOT_TRIM |
TRIM_SILENCE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Record.Trim |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Record.Trim[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Record.Trim TRIM_SILENCE
public static final Record.Trim DO_NOT_TRIM
public static Record.Trim[] values()
for (Record.Trim c : Record.Trim.values()) System.out.println(c);
public static Record.Trim 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<Record.Trim>Copyright © 2016 Twilio, Inc. All Rights Reserved.