Uses of Class
com.xero.models.accounting.AccountType
-
Packages that use AccountType Package Description com.xero.models.accounting -
-
Uses of AccountType in com.xero.models.accounting
Methods in com.xero.models.accounting that return AccountType Modifier and Type Method Description static AccountTypeAccountType. fromValue(String value)fromValueAccountTypeJournalLine. getAccountType()Get accountTypeAccountTypeAccount. getType()Get typestatic AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. 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 AccountType Modifier and Type Method Description JournalLineJournalLine. accountType(AccountType accountType)accountTypevoidJournalLine. setAccountType(AccountType accountType)accountTypevoidAccount. setType(AccountType type)typeAccountAccount. type(AccountType type)type
-