Uses of Class
com.xero.models.payrollau.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)TimesheetLineTimesheetLine. earningsRateID(UUID earningsRateID)TimesheetLineTimesheetLine. numberOfUnits(List<Double> numberOfUnits)TimesheetLineTimesheetLine. trackingItemID(UUID trackingItemID)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)Method parameters in com.xero.models.payrollau with type arguments of type TimesheetLine Modifier and Type Method Description voidTimesheet. setTimesheetLines(List<TimesheetLine> timesheetLines)TimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)