Uses of Class
com.xero.models.payrolluk.TimesheetLine
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
-
Uses of TimesheetLine in com.xero.api.client
Methods in com.xero.api.client that return TimesheetLine Modifier and Type Method Description TimesheetLinePayrollUkApi. deleteTimesheet(String accessToken, String xeroTenantId, UUID timesheetID)delete a timesheetTimesheetLinePayrollUkApi. deleteTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID)delete a timesheet lineMethods in com.xero.api.client with parameters of type TimesheetLine Modifier and Type Method Description TimesheetLineObjectPayrollUkApi. createTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine)create a new timesheet linecom.google.api.client.http.HttpResponsePayrollUkApi. createTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine)TimesheetLineObjectPayrollUkApi. updateTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine)update a timesheet linecom.google.api.client.http.HttpResponsePayrollUkApi. updateTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine) -
Uses of TimesheetLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return TimesheetLine Modifier and Type Method Description TimesheetLineTimesheetLine. date(org.threeten.bp.LocalDate date)TimesheetLineTimesheetLine. earningsRateID(UUID earningsRateID)TimesheetLineTimesheetLineObject. getTimesheetLine()Get timesheetLineTimesheetLineTimesheetLine. numberOfUnits(Double numberOfUnits)TimesheetLineTimesheetLine. timesheetLineID(UUID timesheetLineID)TimesheetLineTimesheetLine. trackingItemID(UUID trackingItemID)Methods in com.xero.models.payrolluk that return types with arguments of type TimesheetLine Modifier and Type Method Description List<TimesheetLine>Timesheet. getTimesheetLines()Get timesheetLinesMethods in com.xero.models.payrolluk with parameters of type TimesheetLine Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)voidTimesheetLineObject. setTimesheetLine(TimesheetLine timesheetLine)TimesheetLineObjectTimesheetLineObject. timesheetLine(TimesheetLine timesheetLine)Method parameters in com.xero.models.payrolluk with type arguments of type TimesheetLine Modifier and Type Method Description voidTimesheet. setTimesheetLines(List<TimesheetLine> timesheetLines)TimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)