Uses of Class
com.xero.models.accounting.Account.PropertyClassEnum
-
Packages that use Account.PropertyClassEnum Package Description com.xero.models.accounting -
-
Uses of Account.PropertyClassEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account.PropertyClassEnum Modifier and Type Method Description static Account.PropertyClassEnumAccount.PropertyClassEnum. fromValue(String value)fromValueAccount.PropertyClassEnumAccount. getPropertyClass()See Account Class Typesstatic Account.PropertyClassEnumAccount.PropertyClassEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account.PropertyClassEnum[]Account.PropertyClassEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-