| Package | Description |
|---|---|
| cz.gopay.api.v3.model.common |
| Modifier and Type | Method and Description |
|---|---|
static CountryCode |
CountryCode.fromAlpha2Code(String code) |
static CountryCode |
CountryCode.fromAlpha2CodeNonFatal(String code) |
static CountryCode |
CountryCode.fromCodeStrict(String countryCode) |
static CountryCode |
CountryCode.getByNumericalCode(Integer numericCode) |
static CountryCode |
CountryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountryCode[] |
CountryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.