Uses of Class
com.xero.models.payrolluk.EmployeeObject
-
Packages that use EmployeeObject Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of EmployeeObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeObject Modifier and Type Method Description EmployeeObjectPayrollUkApi. createEmployee(String accessToken, String xeroTenantId, Employee employee)Creates employeesEmployeeObjectPayrollUkApi. getEmployee(String accessToken, String xeroTenantId, UUID employeeID)Retrieves specific employees by using a unique employee IDEmployeeObjectPayrollUkApi. updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee)Updates a specific employee's detail -
Uses of EmployeeObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeObject Modifier and Type Method Description EmployeeObjectEmployeeObject. employee(Employee employee)employeeEmployeeObjectEmployeeObject. pagination(Pagination pagination)paginationEmployeeObjectEmployeeObject. problem(Problem problem)problem
-