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