Uses of Class
com.xero.models.accounting.Employee
Packages that use Employee
-
Uses of Employee in com.xero.models.accounting
Methods in com.xero.models.accounting that return EmployeeModifier and TypeMethodDescriptionEmployee.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIEmployee.employeeID(UUID employeeID) The Xero identifier for an employee e.g.Employee.externalLink(ExternalLink externalLink) externalLinkFirst name of an employee (max length = 255)Last name of an employee (max length = 255)Employee.status(Employee.StatusEnum status) Current status of an employee – see contact status typesEmployee.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusEmployee.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 EmployeeMethods in com.xero.models.accounting with parameters of type EmployeeMethod parameters in com.xero.models.accounting with type arguments of type Employee