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