Uses of Class
com.xero.models.payrollau.LeaveType
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of LeaveType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeaveType Modifier and Type Method Description LeaveTypeLeaveType. currentRecord(Boolean currentRecord)LeaveTypeLeaveType. isPaidLeave(Boolean isPaidLeave)LeaveTypeLeaveType. leaveLoadingRate(Double leaveLoadingRate)LeaveTypeLeaveType. leaveTypeID(UUID leaveTypeID)LeaveTypeLeaveType. name(String name)LeaveTypeLeaveType. normalEntitlement(Double normalEntitlement)LeaveTypeLeaveType. showOnPayslip(Boolean showOnPayslip)LeaveTypeLeaveType. typeOfUnits(String typeOfUnits)Methods in com.xero.models.payrollau that return types with arguments of type LeaveType Modifier and Type Method Description List<LeaveType>PayItem. getLeaveTypes()Get leaveTypesMethods in com.xero.models.payrollau with parameters of type LeaveType Modifier and Type Method Description PayItemPayItem. addLeaveTypesItem(LeaveType leaveTypesItem)Method parameters in com.xero.models.payrollau with type arguments of type LeaveType Modifier and Type Method Description PayItemPayItem. leaveTypes(List<LeaveType> leaveTypes)voidPayItem. setLeaveTypes(List<LeaveType> leaveTypes)