Uses of Class
com.xero.models.payrollau.LeaveBalance
-
Packages that use 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)The name of the leave typeLeaveBalanceLeaveBalance. leaveTypeID(String leaveTypeID)Identifier of the leave type (see PayItems)LeaveBalanceLeaveBalance. numberOfUnits(Double numberOfUnits)The balance of the leave availableLeaveBalanceLeaveBalance. typeOfUnits(String typeOfUnits)The type of units as specified by the LeaveType (see PayItems)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)leaveBalancesMethod parameters in com.xero.models.payrollau with type arguments of type LeaveBalance Modifier and Type Method Description EmployeeEmployee. leaveBalances(List<LeaveBalance> leaveBalances)leaveBalancesvoidEmployee. setLeaveBalances(List<LeaveBalance> leaveBalances)leaveBalances
-