public static enum HostedNumberOrder.VerificationType extends Enum<HostedNumberOrder.VerificationType>
| Enum Constant and Description |
|---|
PHONE_BILL |
PHONE_CALL |
| Modifier and Type | Method and Description |
|---|---|
static HostedNumberOrder.VerificationType |
forValue(String value)
Generate a VerificationType from a string.
|
String |
toString() |
static HostedNumberOrder.VerificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostedNumberOrder.VerificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostedNumberOrder.VerificationType PHONE_CALL
public static final HostedNumberOrder.VerificationType PHONE_BILL
public static HostedNumberOrder.VerificationType[] values()
for (HostedNumberOrder.VerificationType c : HostedNumberOrder.VerificationType.values()) System.out.println(c);
public static HostedNumberOrder.VerificationType 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<HostedNumberOrder.VerificationType>public static HostedNumberOrder.VerificationType forValue(String value)
value - string valueCopyright © 2016 Twilio, Inc. All Rights Reserved.