Uses of Class
com.xero.models.payrollau.LeavePeriod
-
Packages that use 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)leavePeriodStatusLeavePeriodLeavePeriod. numberOfUnits(Double numberOfUnits)The Number of Units for the leaveLeavePeriodLeavePeriod. payPeriodEndDate(String payPeriodEndDate)The Pay Period End Date (YYYY-MM-DD)LeavePeriodLeavePeriod. payPeriodStartDate(String payPeriodStartDate)The Pay Period Start Date (YYYY-MM-DD)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)leavePeriodsMethod parameters in com.xero.models.payrollau with type arguments of type LeavePeriod Modifier and Type Method Description LeaveApplicationLeaveApplication. leavePeriods(List<LeavePeriod> leavePeriods)leavePeriodsvoidLeaveApplication. setLeavePeriods(List<LeavePeriod> leavePeriods)leavePeriods
-