public enum CountryLookupMethodType extends java.lang.Enum<CountryLookupMethodType>
| Enum Constant and Description |
|---|
AUTHENTICATOR_APP_GPS
authenticator App Gps
|
CLIENT_IP_ADDRESS
client Ip Address
|
UNEXPECTED_VALUE
For CountryLookupMethodType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static CountryLookupMethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CountryLookupMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CountryLookupMethodType CLIENT_IP_ADDRESS
public static final CountryLookupMethodType AUTHENTICATOR_APP_GPS
public static final CountryLookupMethodType UNKNOWN_FUTURE_VALUE
public static final CountryLookupMethodType UNEXPECTED_VALUE
public static CountryLookupMethodType[] values()
for (CountryLookupMethodType c : CountryLookupMethodType.values()) System.out.println(c);
public static CountryLookupMethodType 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 null