Uses of Class
com.xero.models.payrollnz.Account.TypeEnum
-
Packages that use Account.TypeEnum Package Description com.xero.models.payrollnz -
-
Uses of Account.TypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Account.TypeEnum Modifier and Type Method Description static Account.TypeEnumAccount.TypeEnum. fromValue(String value)fromValueAccount.TypeEnumAccount. getType()The assigned AccountTypestatic Account.TypeEnumAccount.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidAccount. setType(Account.TypeEnum type)The assigned AccountTypeAccountAccount. type(Account.TypeEnum type)The assigned AccountType
-