Uses of Class
com.xero.models.payrolluk.EmployeeStatutoryLeaveSummary
-
Packages that use EmployeeStatutoryLeaveSummary Package Description com.xero.models.payrolluk -
-
Uses of EmployeeStatutoryLeaveSummary in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutoryLeaveSummary Modifier and Type Method Description EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. employeeID(UUID employeeID)The unique identifier (guid) of the employeeEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. endDate(org.threeten.bp.LocalDate endDate)The date when the leave endsEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. isEntitled(Boolean isEntitled)Whether the leave was entitled to receive paymentEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. startDate(org.threeten.bp.LocalDate startDate)The date when the leave startsEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. status(EmployeeStatutoryLeaveSummary.StatusEnum status)The status of the leaveEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. statutoryLeaveID(UUID statutoryLeaveID)The unique identifier (guid) of a statutory leave.EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. type(EmployeeStatutoryLeaveSummary.TypeEnum type)The category of statutory leaveMethods in com.xero.models.payrolluk that return types with arguments of type EmployeeStatutoryLeaveSummary Modifier and Type Method Description List<EmployeeStatutoryLeaveSummary>EmployeeStatutoryLeavesSummaries. getStatutoryLeaves()Get statutoryLeavesMethods in com.xero.models.payrolluk with parameters of type EmployeeStatutoryLeaveSummary Modifier and Type Method Description EmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)statutoryLeavesMethod parameters in com.xero.models.payrolluk with type arguments of type EmployeeStatutoryLeaveSummary Modifier and Type Method Description voidEmployeeStatutoryLeavesSummaries. setStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)statutoryLeavesEmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)statutoryLeaves
-