Uses of Enum
com.xero.models.payrollau.AccountType
Packages that use AccountType
-
Uses of AccountType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return AccountTypeModifier and TypeMethodDescriptionstatic AccountTypefromValueAccount.getType()Get typestatic AccountTypeReturns 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.payrollau with parameters of type AccountTypeModifier and TypeMethodDescriptionvoidAccount.setType(AccountType type) typeAccount.type(AccountType type) type