Uses of Class
com.xero.models.payrollnz.LeavePeriods
-
Packages that use LeavePeriods Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of LeavePeriods in com.xero.api.client
Methods in com.xero.api.client that return LeavePeriods Modifier and Type Method Description LeavePeriodsPayrollNzApi. getEmployeeLeavePeriods(String accessToken, String xeroTenantId, UUID employeeID, org.threeten.bp.LocalDate startDate, org.threeten.bp.LocalDate endDate)Retrieves leave periods for a specific employee -
Uses of LeavePeriods in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return LeavePeriods Modifier and Type Method Description LeavePeriodsLeavePeriods. addPeriodsItem(LeavePeriod periodsItem)periodsLeavePeriodsLeavePeriods. pagination(Pagination pagination)paginationLeavePeriodsLeavePeriods. periods(List<LeavePeriod> periods)periodsLeavePeriodsLeavePeriods. problem(Problem problem)problem
-