Uses of Class
com.xero.models.accounting.Account.SystemAccountEnum
-
Packages that use Account.SystemAccountEnum Package Description com.xero.models.accounting -
-
Uses of Account.SystemAccountEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account.SystemAccountEnum Modifier and Type Method Description static Account.SystemAccountEnumAccount.SystemAccountEnum. fromValue(String value)fromValueAccount.SystemAccountEnumAccount. getSystemAccount()If this is a system account then this element is returned.static Account.SystemAccountEnumAccount.SystemAccountEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account.SystemAccountEnum[]Account.SystemAccountEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-