Uses of Class
com.xero.models.payrollau.EmployeeStatus
-
Packages that use EmployeeStatus Package Description com.xero.models.payrollau -
-
Uses of EmployeeStatus in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return EmployeeStatus Modifier and Type Method Description static EmployeeStatusEmployeeStatus. fromValue(String value)fromValueEmployeeStatusEmployee. getStatus()Get statusstatic EmployeeStatusEmployeeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeStatus[]EmployeeStatus. 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 EmployeeStatus Modifier and Type Method Description voidEmployee. setStatus(EmployeeStatus status)statusEmployeeEmployee. status(EmployeeStatus status)status
-