Uses of Class
com.xero.models.payrolluk.EmployeeStatutoryLeavesSummaries
-
Packages that use EmployeeStatutoryLeavesSummaries Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of EmployeeStatutoryLeavesSummaries in com.xero.api.client
Methods in com.xero.api.client that return EmployeeStatutoryLeavesSummaries Modifier and Type Method Description EmployeeStatutoryLeavesSummariesPayrollUkApi. getStatutoryLeaveSummary(String accessToken, String xeroTenantId, UUID employeeID, Boolean activeOnly)Retrieves a specific employee's summary of statutory leaves using a unique employee ID -
Uses of EmployeeStatutoryLeavesSummaries in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutoryLeavesSummaries Modifier and Type Method Description EmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)statutoryLeavesEmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. pagination(Pagination pagination)paginationEmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. problem(Problem problem)problemEmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)statutoryLeaves
-