Uses of Class
com.xero.models.payrolluk.TimesheetLine
-
Packages that use 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)Deletes a specific timesheetTimesheetLinePayrollUkApi. deleteTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID)Deletes a specific 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)Creates a new timesheet line for a specific timesheet using a unique timesheet IDcom.google.api.client.http.HttpResponsePayrollUkApi. createTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine)Creates a new timesheet line for a specific timesheet using a unique timesheet IDTimesheetLineObjectPayrollUkApi. updateTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine)Updates a specific timesheet line for a specific timesheetcom.google.api.client.http.HttpResponsePayrollUkApi. updateTimesheetLineForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine)Updates a specific timesheet line for a specific timesheet -
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)The Date that this Timesheet Line is for (YYYY-MM-DD)TimesheetLineTimesheetLine. earningsRateID(UUID earningsRateID)The Xero identifier for the Earnings Rate that the Timesheet is forTimesheetLineTimesheetLineObject. getTimesheetLine()Get timesheetLineTimesheetLineTimesheetLine. numberOfUnits(Double numberOfUnits)The Number of Units of the Timesheet LineTimesheetLineTimesheetLine. timesheetLineID(UUID timesheetLineID)The Xero identifier for a Timesheet LineTimesheetLineTimesheetLine. trackingItemID(UUID trackingItemID)The Xero identifier for the Tracking Item that the Timesheet is forMethods 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)timesheetLinesvoidTimesheetLineObject. setTimesheetLine(TimesheetLine timesheetLine)timesheetLineTimesheetLineObjectTimesheetLineObject. timesheetLine(TimesheetLine timesheetLine)timesheetLineMethod parameters in com.xero.models.payrolluk with type arguments of type TimesheetLine Modifier and Type Method Description voidTimesheet. setTimesheetLines(List<TimesheetLine> timesheetLines)timesheetLinesTimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)timesheetLines
-