Uses of Class
com.xero.models.payrollau.Employee.GenderEnum
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of Employee.GenderEnum in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Employee.GenderEnum Modifier and Type Method Description static Employee.GenderEnumEmployee.GenderEnum. fromValue(String value)Employee.GenderEnumEmployee. getGender()The employee’s gender.static 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.payrollau with parameters of type Employee.GenderEnum Modifier and Type Method Description EmployeeEmployee. gender(Employee.GenderEnum gender)voidEmployee. setGender(Employee.GenderEnum gender)