Uses of Enum
com.xero.models.accounting.Employee.StatusEnum
Packages that use Employee.StatusEnum
-
Uses of Employee.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Employee.StatusEnumModifier and TypeMethodDescriptionstatic Employee.StatusEnumfromValueEmployee.getStatus()Current status of an employee – see contact status typesstatic Employee.StatusEnumReturns 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.StatusEnumModifier and TypeMethodDescriptionvoidEmployee.setStatus(Employee.StatusEnum status) Current status of an employee – see contact status typesEmployee.status(Employee.StatusEnum status) Current status of an employee – see contact status types