Uses of Class
com.xero.models.payrollau.LeaveBalance
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of LeaveBalance in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeaveBalance Modifier and Type Method Description LeaveBalanceLeaveBalance. leaveName(String leaveName)LeaveBalanceLeaveBalance. leaveTypeID(String leaveTypeID)LeaveBalanceLeaveBalance. numberOfUnits(Double numberOfUnits)LeaveBalanceLeaveBalance. typeOfUnits(String typeOfUnits)Methods in com.xero.models.payrollau that return types with arguments of type LeaveBalance Modifier and Type Method Description List<LeaveBalance>Employee. getLeaveBalances()Get leaveBalancesMethods in com.xero.models.payrollau with parameters of type LeaveBalance Modifier and Type Method Description EmployeeEmployee. addLeaveBalancesItem(LeaveBalance leaveBalancesItem)Method parameters in com.xero.models.payrollau with type arguments of type LeaveBalance Modifier and Type Method Description EmployeeEmployee. leaveBalances(List<LeaveBalance> leaveBalances)voidEmployee. setLeaveBalances(List<LeaveBalance> leaveBalances)