Uses of Class
com.xero.models.payrolluk.TimesheetLine
Packages that use TimesheetLine
-
Uses of TimesheetLine in com.xero.api.client
Methods in com.xero.api.client that return TimesheetLineModifier and TypeMethodDescriptionPayrollUkApi.deleteTimesheet(String accessToken, String xeroTenantId, UUID timesheetID) Deletes a specific timesheetPayrollUkApi.deleteTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID) Deletes a specific timesheet lineMethods in com.xero.api.client with parameters of type TimesheetLineModifier and TypeMethodDescriptionPayrollUkApi.createTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, TimesheetLine timesheetLine, String idempotencyKey) 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, String idempotencyKey) Creates a new timesheet line for a specific timesheet using a unique timesheet IDPayrollUkApi.updateTimesheetLine(String accessToken, String xeroTenantId, UUID timesheetID, UUID timesheetLineID, TimesheetLine timesheetLine, String idempotencyKey) 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, String idempotencyKey) 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 TimesheetLineModifier and TypeMethodDescriptionTimesheetLine.date(org.threeten.bp.LocalDate date) The Date that this Timesheet Line is for (YYYY-MM-DD)TimesheetLine.earningsRateID(UUID earningsRateID) The Xero identifier for the Earnings Rate that the Timesheet is forTimesheetLineObject.getTimesheetLine()Get timesheetLineTimesheetLine.numberOfUnits(Double numberOfUnits) The Number of Units of the Timesheet LineTimesheetLine.timesheetLineID(UUID timesheetLineID) The Xero identifier for a Timesheet LineTimesheetLine.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 TimesheetLineMethods in com.xero.models.payrolluk with parameters of type TimesheetLineModifier and TypeMethodDescriptionTimesheet.addTimesheetLinesItem(TimesheetLine timesheetLinesItem) timesheetLinesvoidTimesheetLineObject.setTimesheetLine(TimesheetLine timesheetLine) timesheetLineTimesheetLineObject.timesheetLine(TimesheetLine timesheetLine) timesheetLineMethod parameters in com.xero.models.payrolluk with type arguments of type TimesheetLineModifier and TypeMethodDescriptionvoidTimesheet.setTimesheetLines(List<TimesheetLine> timesheetLines) timesheetLinesTimesheet.timesheetLines(List<TimesheetLine> timesheetLines) timesheetLines