Uses of Class
com.xero.models.payrolluk.LeavePeriod
-
Packages that use 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)The Number of Units for the leaveLeavePeriodLeavePeriod. periodEndDate(org.threeten.bp.LocalDate periodEndDate)The Pay Period End Date (YYYY-MM-DD)LeavePeriodLeavePeriod. periodStartDate(org.threeten.bp.LocalDate periodStartDate)The Pay Period Start Date (YYYY-MM-DD)LeavePeriodLeavePeriod. periodStatus(LeavePeriod.PeriodStatusEnum periodStatus)Period StatusMethods 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)The leave period information.LeavePeriodsLeavePeriods. addPeriodsItem(LeavePeriod periodsItem)periodsMethod parameters in com.xero.models.payrolluk with type arguments of type LeavePeriod Modifier and Type Method Description EmployeeLeaveEmployeeLeave. periods(List<LeavePeriod> periods)The leave period information.LeavePeriodsLeavePeriods. periods(List<LeavePeriod> periods)periodsvoidEmployeeLeave. setPeriods(List<LeavePeriod> periods)The leave period information.voidLeavePeriods. setPeriods(List<LeavePeriod> periods)periods
-