Uses of Class
com.xero.models.payrollnz.LeavePeriod
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of LeavePeriod in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz 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.payrollnz with parameters of type LeavePeriod Modifier and Type Method Description EmployeeLeaveEmployeeLeave. addPeriodsItem(LeavePeriod periodsItem)LeavePeriodsLeavePeriods. addPeriodsItem(LeavePeriod periodsItem)Method parameters in com.xero.models.payrollnz 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)