Uses of Class
com.xero.models.payrolluk.LeavePeriods
Packages that use LeavePeriods
-
Uses of LeavePeriods in com.xero.api.client
Methods in com.xero.api.client that return LeavePeriodsModifier and TypeMethodDescriptionPayrollUkApi.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 LeavePeriodsModifier and TypeMethodDescriptionLeavePeriods.addPeriodsItem(LeavePeriod periodsItem) periodsLeavePeriods.pagination(Pagination pagination) paginationLeavePeriods.periods(List<LeavePeriod> periods) periodsproblem