Uses of Class
com.xero.models.payrolluk.LeavePeriod
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of LeavePeriod in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return LeavePeriod Modifier and Type Method Description LeavePeriodLeavePeriod. numberOfUnits(Double numberOfUnits)LeavePeriodLeavePeriod. periodEndDate(org.threeten.bp.LocalDate periodEndDate)LeavePeriodLeavePeriod. periodStartDate(org.threeten.bp.LocalDate periodStartDate)LeavePeriodLeavePeriod. periodStatus(LeavePeriod.PeriodStatusEnum periodStatus)Methods in com.xero.models.payrolluk that return types with arguments of type LeavePeriod Modifier and Type Method Description List<LeavePeriod>EmployeeLeave. getPeriods()The leave period information.List<LeavePeriod>LeavePeriods. getPeriods()Get periodsMethods in com.xero.models.payrolluk with parameters of type LeavePeriod Modifier and Type Method Description EmployeeLeaveEmployeeLeave. addPeriodsItem(LeavePeriod periodsItem)LeavePeriodsLeavePeriods. addPeriodsItem(LeavePeriod periodsItem)Method parameters in com.xero.models.payrolluk with type arguments of type LeavePeriod Modifier and Type Method Description EmployeeLeaveEmployeeLeave. periods(List<LeavePeriod> periods)LeavePeriodsLeavePeriods. periods(List<LeavePeriod> periods)voidEmployeeLeave. setPeriods(List<LeavePeriod> periods)voidLeavePeriods. setPeriods(List<LeavePeriod> periods)