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