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