Uses of Class
com.xero.models.payrollnz.EmployeeStatutoryLeaveSummary
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of EmployeeStatutoryLeaveSummary in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeStatutoryLeaveSummary Modifier and Type Method Description EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. employeeID(UUID employeeID)EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. endDate(org.threeten.bp.LocalDate endDate)EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. isEntitled(Boolean isEntitled)EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. startDate(org.threeten.bp.LocalDate startDate)EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. status(EmployeeStatutoryLeaveSummary.StatusEnum status)EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. statutoryLeaveID(UUID statutoryLeaveID)EmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. type(EmployeeStatutoryLeaveSummary.TypeEnum type)Methods in com.xero.models.payrollnz that return types with arguments of type EmployeeStatutoryLeaveSummary Modifier and Type Method Description List<EmployeeStatutoryLeaveSummary>EmployeeStatutoryLeavesSummaries. getStatutoryLeaves()Get statutoryLeavesMethods in com.xero.models.payrollnz with parameters of type EmployeeStatutoryLeaveSummary Modifier and Type Method Description EmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem)Method parameters in com.xero.models.payrollnz with type arguments of type EmployeeStatutoryLeaveSummary Modifier and Type Method Description voidEmployeeStatutoryLeavesSummaries. setStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)EmployeeStatutoryLeavesSummariesEmployeeStatutoryLeavesSummaries. statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves)