Uses of Class
com.xero.models.payrolluk.Timesheet
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
-
Uses of Timesheet in com.xero.api.client
Methods in com.xero.api.client with parameters of type Timesheet Modifier and Type Method Description TimesheetObjectPayrollUkApi. createTimesheet(String accessToken, String xeroTenantId, Timesheet timesheet)create a new timesheetcom.google.api.client.http.HttpResponsePayrollUkApi. createTimesheetForHttpResponse(String accessToken, String xeroTenantId, Timesheet timesheet) -
Uses of Timesheet in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Timesheet Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)TimesheetTimesheet. employeeID(UUID employeeID)TimesheetTimesheet. endDate(org.threeten.bp.LocalDate endDate)TimesheetTimesheetObject. getTimesheet()Get timesheetTimesheetTimesheet. payrollCalendarID(UUID payrollCalendarID)TimesheetTimesheet. startDate(org.threeten.bp.LocalDate startDate)TimesheetTimesheet. status(Timesheet.StatusEnum status)TimesheetTimesheet. timesheetID(UUID timesheetID)TimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)TimesheetTimesheet. totalHours(Double totalHours)TimesheetTimesheet. updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)Methods in com.xero.models.payrolluk that return types with arguments of type Timesheet Modifier and Type Method Description List<Timesheet>Timesheets. getTimesheets()Get timesheetsMethods in com.xero.models.payrolluk with parameters of type Timesheet Modifier and Type Method Description TimesheetsTimesheets. addTimesheetsItem(Timesheet timesheetsItem)voidTimesheetObject. setTimesheet(Timesheet timesheet)TimesheetObjectTimesheetObject. timesheet(Timesheet timesheet)Method parameters in com.xero.models.payrolluk with type arguments of type Timesheet Modifier and Type Method Description voidTimesheets. setTimesheets(List<Timesheet> timesheets)TimesheetsTimesheets. timesheets(List<Timesheet> timesheets)