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