Uses of Class
com.xero.models.payrollau.LeaveLine
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of LeaveLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeaveLine Modifier and Type Method Description LeaveLineLeaveLine. annualNumberOfUnits(Double annualNumberOfUnits)LeaveLineLeaveLine. calculationType(LeaveLineCalculationType calculationType)LeaveLineLeaveLine. employmentTerminationPaymentType(EmploymentTerminationPaymentType employmentTerminationPaymentType)LeaveLineLeaveLine. entitlementFinalPayPayoutType(EntitlementFinalPayPayoutType entitlementFinalPayPayoutType)LeaveLineLeaveLine. fullTimeNumberOfUnitsPerPeriod(Double fullTimeNumberOfUnitsPerPeriod)LeaveLineLeaveLine. includeSuperannuationGuaranteeContribution(Boolean includeSuperannuationGuaranteeContribution)LeaveLineLeaveLine. leaveTypeID(UUID leaveTypeID)LeaveLineLeaveLine. numberOfUnits(Double numberOfUnits)Methods in com.xero.models.payrollau that return types with arguments of type LeaveLine Modifier and Type Method Description List<LeaveLine>LeaveLines. getEmployee()Get employeeList<LeaveLine>Employee. getLeaveLines()Get leaveLinesList<LeaveLine>OpeningBalances. getLeaveLines()Get leaveLinesList<LeaveLine>PayTemplate. getLeaveLines()Get leaveLinesMethods in com.xero.models.payrollau with parameters of type LeaveLine Modifier and Type Method Description LeaveLinesLeaveLines. addEmployeeItem(LeaveLine employeeItem)EmployeeEmployee. addLeaveLinesItem(LeaveLine leaveLinesItem)OpeningBalancesOpeningBalances. addLeaveLinesItem(LeaveLine leaveLinesItem)PayTemplatePayTemplate. addLeaveLinesItem(LeaveLine leaveLinesItem)Method parameters in com.xero.models.payrollau with type arguments of type LeaveLine Modifier and Type Method Description LeaveLinesLeaveLines. employee(List<LeaveLine> employee)EmployeeEmployee. leaveLines(List<LeaveLine> leaveLines)OpeningBalancesOpeningBalances. leaveLines(List<LeaveLine> leaveLines)PayTemplatePayTemplate. leaveLines(List<LeaveLine> leaveLines)voidLeaveLines. setEmployee(List<LeaveLine> employee)voidEmployee. setLeaveLines(List<LeaveLine> leaveLines)voidOpeningBalances. setLeaveLines(List<LeaveLine> leaveLines)voidPayTemplate. setLeaveLines(List<LeaveLine> leaveLines)