Uses of Class
com.xero.models.accounting.BankTransaction.TypeEnum
-
Packages that use BankTransaction.TypeEnum Package Description com.xero.models.accounting -
-
Uses of BankTransaction.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return BankTransaction.TypeEnum Modifier and Type Method Description static BankTransaction.TypeEnumBankTransaction.TypeEnum. fromValue(String value)fromValueBankTransaction.TypeEnumBankTransaction. getType()See Bank Transaction Typesstatic BankTransaction.TypeEnumBankTransaction.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidBankTransaction. setType(BankTransaction.TypeEnum type)See Bank Transaction TypesBankTransactionBankTransaction. type(BankTransaction.TypeEnum type)See Bank Transaction Types
-