Uses of Class
com.xero.models.accounting.CountryCode
-
Packages that use CountryCode Package Description com.xero.models.accounting -
-
Uses of CountryCode in com.xero.models.accounting
Methods in com.xero.models.accounting that return CountryCode Modifier and Type Method Description static CountryCodeCountryCode. fromValue(String value)fromValueCountryCodeOrganisation. getCountryCode()Get countryCodestatic 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.accounting with parameters of type CountryCode Modifier and Type Method Description OrganisationOrganisation. countryCode(CountryCode countryCode)countryCodevoidOrganisation. setCountryCode(CountryCode countryCode)countryCode
-