Uses of Class
com.xero.models.payrolluk.EmployeeLeaveBalance
-
Packages that use EmployeeLeaveBalance Package Description com.xero.models.payrolluk -
-
Uses of EmployeeLeaveBalance in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk 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.payrolluk that return types with arguments of type EmployeeLeaveBalance Modifier and Type Method Description List<EmployeeLeaveBalance>EmployeeLeaveBalances. getLeaveBalances()Get leaveBalancesMethods in com.xero.models.payrolluk with parameters of type EmployeeLeaveBalance Modifier and Type Method Description EmployeeLeaveBalancesEmployeeLeaveBalances. addLeaveBalancesItem(EmployeeLeaveBalance leaveBalancesItem)leaveBalancesMethod parameters in com.xero.models.payrolluk with type arguments of type EmployeeLeaveBalance Modifier and Type Method Description EmployeeLeaveBalancesEmployeeLeaveBalances. leaveBalances(List<EmployeeLeaveBalance> leaveBalances)leaveBalancesvoidEmployeeLeaveBalances. setLeaveBalances(List<EmployeeLeaveBalance> leaveBalances)leaveBalances
-