Uses of Class
com.xero.models.payrollnz.EmployeeObject
-
Packages that use EmployeeObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of EmployeeObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeObject Modifier and Type Method Description EmployeeObjectPayrollNzApi. createEmployee(String accessToken, String xeroTenantId, Employee employee)Creates an employeesEmployeeObjectPayrollNzApi. getEmployee(String accessToken, String xeroTenantId, UUID employeeID)Retrieves an employees using a unique employee IDEmployeeObjectPayrollNzApi. updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee)Updates an existing employee -
Uses of EmployeeObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeObject Modifier and Type Method Description EmployeeObjectEmployeeObject. employee(Employee employee)employeeEmployeeObjectEmployeeObject. pagination(Pagination pagination)paginationEmployeeObjectEmployeeObject. problem(Problem problem)problem
-