Uses of Class
com.xero.models.payrollnz.EmployeeObject
Packages that use EmployeeObject
-
Uses of EmployeeObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeObjectModifier and TypeMethodDescriptionPayrollNzApi.createEmployee(String accessToken, String xeroTenantId, Employee employee, String idempotencyKey) Creates an employeesPayrollNzApi.getEmployee(String accessToken, String xeroTenantId, UUID employeeID) Retrieves an employees using a unique employee IDPayrollNzApi.updateEmployee(String accessToken, String xeroTenantId, UUID employeeID, Employee employee, String idempotencyKey) Updates an existing employee -
Uses of EmployeeObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeObjectModifier and TypeMethodDescriptionemployeeEmployeeObject.pagination(Pagination pagination) paginationproblem