Uses of Class
com.xero.models.payrollnz.EmployeeLeaveBalance
-
Packages that use EmployeeLeaveBalance Package Description com.xero.models.payrollnz -
-
Uses of EmployeeLeaveBalance in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeLeaveBalance Modifier and Type Method Description EmployeeLeaveBalanceEmployeeLeaveBalance. balance(Double balance)The employees current balance for the corresponding leave type.EmployeeLeaveBalanceEmployeeLeaveBalance. leaveTypeID(UUID leaveTypeID)The Xero identifier for leave typeEmployeeLeaveBalanceEmployeeLeaveBalance. name(String name)Name of the leave type.EmployeeLeaveBalanceEmployeeLeaveBalance. typeOfUnits(String typeOfUnits)The type of the units of the leave.Methods in com.xero.models.payrollnz that return types with arguments of type EmployeeLeaveBalance Modifier and Type Method Description List<EmployeeLeaveBalance>EmployeeLeaveBalances. getLeaveBalances()Get leaveBalancesMethods in com.xero.models.payrollnz with parameters of type EmployeeLeaveBalance Modifier and Type Method Description EmployeeLeaveBalancesEmployeeLeaveBalances. addLeaveBalancesItem(EmployeeLeaveBalance leaveBalancesItem)leaveBalancesMethod parameters in com.xero.models.payrollnz with type arguments of type EmployeeLeaveBalance Modifier and Type Method Description EmployeeLeaveBalancesEmployeeLeaveBalances. leaveBalances(List<EmployeeLeaveBalance> leaveBalances)leaveBalancesvoidEmployeeLeaveBalances. setLeaveBalances(List<EmployeeLeaveBalance> leaveBalances)leaveBalances
-