Uses of Class
com.xero.models.payrollnz.EmployeeStatutoryLeaveSummary
Packages that use EmployeeStatutoryLeaveSummary
-
Uses of EmployeeStatutoryLeaveSummary in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeStatutoryLeaveSummaryModifier and TypeMethodDescriptionEmployeeStatutoryLeaveSummary.employeeID(UUID employeeID) The unique identifier (guid) of the employeeEmployeeStatutoryLeaveSummary.endDate(org.threeten.bp.LocalDate endDate) The date when the leave endsEmployeeStatutoryLeaveSummary.isEntitled(Boolean isEntitled) Whether the leave was entitled to receive paymentEmployeeStatutoryLeaveSummary.startDate(org.threeten.bp.LocalDate startDate) The date when the leave startsEmployeeStatutoryLeaveSummary.status(EmployeeStatutoryLeaveSummary.StatusEnum status) The status of the leaveEmployeeStatutoryLeaveSummary.statutoryLeaveID(UUID statutoryLeaveID) The unique identifier (guid) of a statutory leave.EmployeeStatutoryLeaveSummary.type(EmployeeStatutoryLeaveSummary.TypeEnum type) The category of statutory leaveMethods in com.xero.models.payrollnz that return types with arguments of type EmployeeStatutoryLeaveSummaryModifier and TypeMethodDescriptionEmployeeStatutoryLeavesSummaries.getStatutoryLeaves()Get statutoryLeavesMethods in com.xero.models.payrollnz with parameters of type EmployeeStatutoryLeaveSummaryModifier and TypeMethodDescriptionEmployeeStatutoryLeavesSummaries.addStatutoryLeavesItem(EmployeeStatutoryLeaveSummary statutoryLeavesItem) statutoryLeavesMethod parameters in com.xero.models.payrollnz with type arguments of type EmployeeStatutoryLeaveSummaryModifier and TypeMethodDescriptionvoidEmployeeStatutoryLeavesSummaries.setStatutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves) statutoryLeavesEmployeeStatutoryLeavesSummaries.statutoryLeaves(List<EmployeeStatutoryLeaveSummary> statutoryLeaves) statutoryLeaves