Uses of Class
com.xero.models.accounting.Employee
-
Packages that use 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)Displays array of validation error messages from the APIEmployeeEmployee. employeeID(UUID employeeID)The Xero identifier for an employee e.g.EmployeeEmployee. externalLink(ExternalLink externalLink)externalLinkEmployeeEmployee. firstName(String firstName)First name of an employee (max length = 255)EmployeeEmployee. lastName(String lastName)Last name of an employee (max length = 255)EmployeeEmployee. status(Employee.StatusEnum status)Current status of an employee – see contact status typesEmployeeEmployee. statusAttributeString(String statusAttributeString)A string to indicate if a invoice statusEmployeeEmployee. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods 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)employeesMethod parameters in com.xero.models.accounting with type arguments of type Employee Modifier and Type Method Description EmployeesEmployees. employees(List<Employee> employees)employeesvoidEmployees. setEmployees(List<Employee> employees)employees
-