Uses of Class
com.xero.models.payrolluk.Timesheet
-
Packages that use 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)Creates a new timesheetcom.google.api.client.http.HttpResponsePayrollUkApi. createTimesheetForHttpResponse(String accessToken, String xeroTenantId, Timesheet timesheet)Creates a new 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)timesheetLinesTimesheetTimesheet. employeeID(UUID employeeID)The Xero identifier for the Employee that the Timesheet is forTimesheetTimesheet. endDate(org.threeten.bp.LocalDate endDate)The End Date of the Timesheet period (YYYY-MM-DD)TimesheetTimesheetObject. getTimesheet()Get timesheetTimesheetTimesheet. payrollCalendarID(UUID payrollCalendarID)The Xero identifier for the Payroll Calendar that the Timesheet applies toTimesheetTimesheet. startDate(org.threeten.bp.LocalDate startDate)The Start Date of the Timesheet period (YYYY-MM-DD)TimesheetTimesheet. status(Timesheet.StatusEnum status)Status of the timesheetTimesheetTimesheet. timesheetID(UUID timesheetID)The Xero identifier for a TimesheetTimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)timesheetLinesTimesheetTimesheet. totalHours(Double totalHours)The Total Hours of the TimesheetTimesheetTimesheet. updatedDateUTC(org.threeten.bp.LocalDateTime updatedDateUTC)The UTC date time that the Timesheet was last updatedMethods 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)timesheetsvoidTimesheetObject. setTimesheet(Timesheet timesheet)timesheetTimesheetObjectTimesheetObject. timesheet(Timesheet timesheet)timesheetMethod parameters in com.xero.models.payrolluk with type arguments of type Timesheet Modifier and Type Method Description voidTimesheets. setTimesheets(List<Timesheet> timesheets)timesheetsTimesheetsTimesheets. timesheets(List<Timesheet> timesheets)timesheets
-