Uses of Class
com.xero.models.accounting.Employee
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Employee in com.xero.models.accounting
Methods in com.xero.models.accounting that return Employee Modifier and Type Method Description EmployeeEmployee. addValidationErrorsItem(ValidationError validationErrorsItem)EmployeeEmployee. employeeID(UUID employeeID)EmployeeEmployee. externalLink(ExternalLink externalLink)EmployeeEmployee. firstName(String firstName)EmployeeEmployee. lastName(String lastName)EmployeeEmployee. status(Employee.StatusEnum status)EmployeeEmployee. statusAttributeString(String statusAttributeString)EmployeeEmployee. validationErrors(List<ValidationError> validationErrors)Methods in com.xero.models.accounting that return types with arguments of type Employee Modifier and Type Method Description List<Employee>Employees. getEmployees()Get employeesMethods in com.xero.models.accounting with parameters of type Employee Modifier and Type Method Description EmployeesEmployees. addEmployeesItem(Employee employeesItem)Method parameters in com.xero.models.accounting with type arguments of type Employee Modifier and Type Method Description EmployeesEmployees. employees(List<Employee> employees)voidEmployees. setEmployees(List<Employee> employees)