Uses of Class
com.xero.models.bankfeeds.CountryCode
-
Packages that use CountryCode Package Description com.xero.models.bankfeeds -
-
Uses of CountryCode in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return CountryCode Modifier and Type Method Description static CountryCodeCountryCode. fromValue(String value)fromValueCountryCodeFeedConnection. getCountry()Get countrystatic CountryCodeCountryCode. 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.Methods in com.xero.models.bankfeeds with parameters of type CountryCode Modifier and Type Method Description FeedConnectionFeedConnection. country(CountryCode country)countryvoidFeedConnection. setCountry(CountryCode country)country
-