Uses of Class
com.xero.models.payrolluk.Account.TypeEnum
-
Packages that use Account.TypeEnum Package Description com.xero.models.payrolluk -
-
Uses of Account.TypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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.payrolluk 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
-