| Package | Description |
|---|---|
| com.xero.models.bankfeeds |
| Modifier and Type | Method and Description |
|---|---|
static CountryCode |
CountryCode.fromValue(String value) |
CountryCode |
FeedConnection.getCountry()
Get country
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FeedConnection |
FeedConnection.country(CountryCode country) |
void |
FeedConnection.setCountry(CountryCode country) |
Copyright © 2020. All rights reserved.