Uses of Class
com.xero.models.accounting.Employee.StatusEnum
-
Packages that use Employee.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Employee.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Employee.StatusEnum Modifier and Type Method Description static Employee.StatusEnumEmployee.StatusEnum. fromValue(String value)fromValueEmployee.StatusEnumEmployee. getStatus()Current status of an employee – see contact status typesstatic Employee.StatusEnumEmployee.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Employee.StatusEnum[]Employee.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Employee.StatusEnum Modifier and Type Method Description voidEmployee. setStatus(Employee.StatusEnum status)Current status of an employee – see contact status typesEmployeeEmployee. status(Employee.StatusEnum status)Current status of an employee – see contact status types
-