Uses of Enum
com.xero.models.payrollnz.Account.TypeEnum
Packages that use Account.TypeEnum
-
Uses of Account.TypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Account.TypeEnumModifier and TypeMethodDescriptionstatic Account.TypeEnumfromValueAccount.getType()The assigned AccountTypestatic Account.TypeEnumReturns the enum constant of this type with the specified name.static Account.TypeEnum[]Account.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type Account.TypeEnumModifier and TypeMethodDescriptionvoidAccount.setType(Account.TypeEnum type) The assigned AccountTypeAccount.type(Account.TypeEnum type) The assigned AccountType