Uses of Class
com.xero.models.payrollnz.Employee.GenderEnum
-
Packages that use Employee.GenderEnum Package Description com.xero.models.payrollnz -
-
Uses of Employee.GenderEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Employee.GenderEnum Modifier and Type Method Description static Employee.GenderEnumEmployee.GenderEnum. fromValue(String value)fromValueEmployee.GenderEnumEmployee. getGender()The employee’s genderstatic Employee.GenderEnumEmployee.GenderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Employee.GenderEnum[]Employee.GenderEnum. 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 Employee.GenderEnum Modifier and Type Method Description EmployeeEmployee. gender(Employee.GenderEnum gender)The employee’s gendervoidEmployee. setGender(Employee.GenderEnum gender)The employee’s gender
-