Uses of Enum
com.xero.models.payrolluk.Account.TypeEnum
Packages that use Account.TypeEnum
-
Uses of Account.TypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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.payrolluk with parameters of type Account.TypeEnumModifier and TypeMethodDescriptionvoidAccount.setType(Account.TypeEnum type) The assigned AccountTypeAccount.type(Account.TypeEnum type) The assigned AccountType