Uses of Class
com.xero.models.payrolluk.LeavePeriods
-
Packages that use LeavePeriods Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of LeavePeriods in com.xero.api.client
Methods in com.xero.api.client that return LeavePeriods Modifier and Type Method Description LeavePeriodsPayrollUkApi. getEmployeeLeavePeriods(String accessToken, String xeroTenantId, UUID employeeID, org.threeten.bp.LocalDate startDate, org.threeten.bp.LocalDate endDate)Retrieves a specific employee's leave periods using a unique employee ID -
Uses of LeavePeriods in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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
-