Uses of Class
com.xero.models.payrollnz.LeavePeriod
-
Packages that use 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)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.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)The leave period information.LeavePeriodsLeavePeriods. addPeriodsItem(LeavePeriod periodsItem)periodsMethod parameters in com.xero.models.payrollnz 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
-