Uses of Class
com.xero.models.payrollau.TimesheetLine
-
Packages that use TimesheetLine Package Description com.xero.models.payrollau -
-
Uses of TimesheetLine in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TimesheetLine Modifier and Type Method Description TimesheetLineTimesheetLine. addNumberOfUnitsItem(Double numberOfUnitsItem)The number of units on a timesheet lineTimesheetLineTimesheetLine. earningsRateID(UUID earningsRateID)The Xero identifier for an Earnings RateTimesheetLineTimesheetLine. numberOfUnits(List<Double> numberOfUnits)The number of units on a timesheet lineTimesheetLineTimesheetLine. trackingItemID(UUID trackingItemID)The Xero identifier for a Tracking Category.Methods in com.xero.models.payrollau that return types with arguments of type TimesheetLine Modifier and Type Method Description List<TimesheetLine>Timesheet. getTimesheetLines()Get timesheetLinesMethods in com.xero.models.payrollau with parameters of type TimesheetLine Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)timesheetLinesMethod parameters in com.xero.models.payrollau with type arguments of type TimesheetLine Modifier and Type Method Description voidTimesheet. setTimesheetLines(List<TimesheetLine> timesheetLines)timesheetLinesTimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)timesheetLines
-