Uses of Class
com.xero.models.payrollau.Timesheet
-
Packages that use Timesheet Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of Timesheet in com.xero.api
Methods in com.xero.api that return types with arguments of type Timesheet Modifier and Type Method Description List<Timesheet>XeroBadRequestException. getTimesheetItems()Array of Timesheet with Validation Error ArrayMethods in com.xero.api with parameters of type Timesheet Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addTimesheetItems(Timesheet item)Add Payroll AU Timesheet itemsMethod parameters in com.xero.api with type arguments of type Timesheet Modifier and Type Method Description voidXeroBadRequestException. setTimesheetItems(List<Timesheet> timesheetItems)Set Payroll AU Timesheet itemsXeroBadRequestExceptionXeroBadRequestException. timesheetItems(List<Timesheet> timesheetItems)Initilize Payroll AU Timesheet items -
Uses of Timesheet in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type Timesheet Modifier and Type Method Description TimesheetsPayrollAuApi. createTimesheet(String accessToken, String xeroTenantId, List<Timesheet> timesheet)Creates a timesheetcom.google.api.client.http.HttpResponsePayrollAuApi. createTimesheetForHttpResponse(String accessToken, String xeroTenantId, List<Timesheet> timesheet)Creates a timesheetTimesheetsPayrollAuApi. updateTimesheet(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet)Updates a timesheet Update properties on a single timesheetcom.google.api.client.http.HttpResponsePayrollAuApi. updateTimesheetForHttpResponse(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet)Updates a timesheet Update properties on a single timesheet -
Uses of Timesheet in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Timesheet Modifier and Type Method Description TimesheetTimesheet. addTimesheetLinesItem(TimesheetLine timesheetLinesItem)timesheetLinesTimesheetTimesheet. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APITimesheetTimesheet. employeeID(UUID employeeID)The Xero identifier for an employeeTimesheetTimesheet. endDate(String endDate)Period end date (YYYY-MM-DD)TimesheetTimesheetObject. getTimesheet()Get timesheetTimesheetTimesheet. hours(Double hours)Timesheet total hoursTimesheetTimesheet. startDate(String startDate)Period start date (YYYY-MM-DD)TimesheetTimesheet. status(TimesheetStatus status)statusTimesheetTimesheet. timesheetID(UUID timesheetID)The Xero identifier for a Payroll TimesheetTimesheetTimesheet. timesheetLines(List<TimesheetLine> timesheetLines)timesheetLinesTimesheetTimesheet. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods in com.xero.models.payrollau that return types with arguments of type Timesheet Modifier and Type Method Description List<Timesheet>Timesheets. getTimesheets()Get timesheetsMethods in com.xero.models.payrollau 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.payrollau with type arguments of type Timesheet Modifier and Type Method Description voidTimesheets. setTimesheets(List<Timesheet> timesheets)timesheetsTimesheetsTimesheets. timesheets(List<Timesheet> timesheets)timesheets
-