Uses of Class
com.xero.models.payrolluk.EmployeeObject
Packages that use EmployeeObject
-
Uses of EmployeeObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeObjectModifier and TypeMethodDescriptionPayrollUkApi.createEmployee(String accessToken, String xeroTenantId, Employee employee, String idempotencyKey) Creates employeesPayrollUkApi.getEmployee(String accessToken, String xeroTenantId, UUID employeeID) Retrieves specific employees by using a unique employee IDPayrollUkApi.updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee, String idempotencyKey) Updates a specific employee's detail -
Uses of EmployeeObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeObjectModifier and TypeMethodDescriptionemployeeEmployeeObject.pagination(Pagination pagination) paginationproblem