public static enum InputPhone.PlaceholderNumberType extends java.lang.Enum<InputPhone.PlaceholderNumberType>
| Enum Constant and Description |
|---|
fixed_line |
mobile |
pager |
personal_number |
shared_cost |
toll_free |
uan |
unknown |
voicemail |
voip |
| Modifier and Type | Method and Description |
|---|---|
static InputPhone.PlaceholderNumberType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputPhone.PlaceholderNumberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputPhone.PlaceholderNumberType fixed_line
public static final InputPhone.PlaceholderNumberType mobile
public static final InputPhone.PlaceholderNumberType toll_free
public static final InputPhone.PlaceholderNumberType shared_cost
public static final InputPhone.PlaceholderNumberType voip
public static final InputPhone.PlaceholderNumberType personal_number
public static final InputPhone.PlaceholderNumberType pager
public static final InputPhone.PlaceholderNumberType uan
public static final InputPhone.PlaceholderNumberType voicemail
public static final InputPhone.PlaceholderNumberType unknown
public static InputPhone.PlaceholderNumberType[] values()
for (InputPhone.PlaceholderNumberType c : InputPhone.PlaceholderNumberType.values()) System.out.println(c);
public static InputPhone.PlaceholderNumberType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2021. All rights reserved.