Uses of Class
com.xero.models.payrollau.Timesheets
-
Packages that use Timesheets Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of Timesheets in com.xero.api
Methods in com.xero.api with parameters of type Timesheets Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, Timesheets timesheets, Exception e)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type Timesheets Constructor Description XeroBadRequestException(String objectType, Timesheets timesheets, Exception e)XeroBadRequestException -
Uses of Timesheets in com.xero.api.client
Methods in com.xero.api.client that return Timesheets Modifier and Type Method Description TimesheetsPayrollAuApi. createTimesheet(String accessToken, String xeroTenantId, List<Timesheet> timesheet)Creates a timesheetTimesheetsPayrollAuApi. getTimesheets(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)Retrieves timesheetsTimesheetsPayrollAuApi. updateTimesheet(String accessToken, String xeroTenantId, UUID timesheetID, List<Timesheet> timesheet)Updates a timesheet Update properties on a single timesheet -
Uses of Timesheets in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return Timesheets Modifier and Type Method Description TimesheetsTimesheets. addTimesheetsItem(Timesheet timesheetsItem)timesheetsTimesheetsTimesheets. timesheets(List<Timesheet> timesheets)timesheets
-