Uses of Class
com.xero.models.payrollau.LeavePeriod
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of LeavePeriod in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeavePeriod Modifier and Type Method Description LeavePeriodLeavePeriod. leavePeriodStatus(LeavePeriodStatus leavePeriodStatus)LeavePeriodLeavePeriod. numberOfUnits(Double numberOfUnits)LeavePeriodLeavePeriod. payPeriodEndDate(String payPeriodEndDate)LeavePeriodLeavePeriod. payPeriodStartDate(String payPeriodStartDate)Methods in com.xero.models.payrollau that return types with arguments of type LeavePeriod Modifier and Type Method Description List<LeavePeriod>LeaveApplication. getLeavePeriods()Get leavePeriodsMethods in com.xero.models.payrollau with parameters of type LeavePeriod Modifier and Type Method Description LeaveApplicationLeaveApplication. addLeavePeriodsItem(LeavePeriod leavePeriodsItem)Method parameters in com.xero.models.payrollau with type arguments of type LeavePeriod Modifier and Type Method Description LeaveApplicationLeaveApplication. leavePeriods(List<LeavePeriod> leavePeriods)voidLeaveApplication. setLeavePeriods(List<LeavePeriod> leavePeriods)