Uses of Class
com.xero.models.bankfeeds.CurrencyCode
-
Packages that use CurrencyCode Package Description com.xero.models.bankfeeds -
-
Uses of CurrencyCode in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return CurrencyCode Modifier and Type Method Description static CurrencyCodeCurrencyCode. fromValue(String value)fromValueCurrencyCodeFeedConnection. getCurrency()Get currencystatic CurrencyCodeCurrencyCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrencyCode[]CurrencyCode. 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 CurrencyCode Modifier and Type Method Description FeedConnectionFeedConnection. currency(CurrencyCode currency)currencyvoidFeedConnection. setCurrency(CurrencyCode currency)currency
-