Uses of Class
com.xero.models.payrollau.AccountType
-
Packages that use AccountType Package Description com.xero.models.payrollau -
-
Uses of AccountType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return AccountType Modifier and Type Method Description static AccountTypeAccountType. fromValue(String value)fromValueAccountTypeAccount. getType()Get typestatic AccountTypeAccountType. valueOf(String name)Returns 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 AccountType Modifier and Type Method Description voidAccount. setType(AccountType type)typeAccountAccount. type(AccountType type)type
-