Uses of Enum
com.xero.models.accounting.BankTransaction.TypeEnum
Packages that use BankTransaction.TypeEnum
-
Uses of BankTransaction.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return BankTransaction.TypeEnumModifier and TypeMethodDescriptionstatic BankTransaction.TypeEnumfromValueBankTransaction.getType()See Bank Transaction Typesstatic BankTransaction.TypeEnumReturns the enum constant of this type with the specified name.static BankTransaction.TypeEnum[]BankTransaction.TypeEnum.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 BankTransaction.TypeEnumModifier and TypeMethodDescriptionvoidBankTransaction.setType(BankTransaction.TypeEnum type) See Bank Transaction TypesBankTransaction.type(BankTransaction.TypeEnum type) See Bank Transaction Types