Uses of Class
com.xero.models.payrollnz.EmployeeLeaveObject
Packages that use EmployeeLeaveObject
-
Uses of EmployeeLeaveObject in com.xero.api.client
Methods in com.xero.api.client that return EmployeeLeaveObjectModifier and TypeMethodDescriptionPayrollNzApi.createEmployeeLeave(String accessToken, String xeroTenantId, UUID employeeID, EmployeeLeave employeeLeave, String idempotencyKey) Creates leave records for a specific employeePayrollNzApi.deleteEmployeeLeave(String accessToken, String xeroTenantId, UUID employeeID, UUID leaveID) Deletes a leave record for a specific employeePayrollNzApi.deleteEmployeeWorkingPattern(String accessToken, String xeroTenantId, UUID employeeID, UUID employeeWorkingPatternID) deletes employee's working patternsPayrollNzApi.updateEmployeeLeave(String accessToken, String xeroTenantId, UUID employeeID, UUID leaveID, EmployeeLeave employeeLeave, String idempotencyKey) Updates leave records for a specific employee -
Uses of EmployeeLeaveObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeLeaveObjectModifier and TypeMethodDescriptionEmployeeLeaveObject.leave(EmployeeLeave leave) leaveEmployeeLeaveObject.pagination(Pagination pagination) paginationproblem