Uses of Class
com.xero.models.payrollnz.EmployeeStatutorySickLeave
Packages that use EmployeeStatutorySickLeave
-
Uses of EmployeeStatutorySickLeave in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return EmployeeStatutorySickLeaveModifier and TypeMethodDescriptionEmployeeStatutorySickLeave.addEntitlementFailureReasonsItem(EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum entitlementFailureReasonsItem) If the leave requested was considered \"not entitled\", the reasons why are listed here.EmployeeStatutorySickLeave.addWorkPatternItem(String workPatternItem) The days of the work week the employee is scheduled to work at the time the leave is takenEmployeeStatutorySickLeave.employeeID(UUID employeeID) The unique identifier (guid) of the employeeEmployeeStatutorySickLeave.endDate(org.threeten.bp.LocalDate endDate) The date when the leave endsEmployeeStatutorySickLeave.entitlementFailureReasons(List<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum> entitlementFailureReasons) If the leave requested was considered \"not entitled\", the reasons why are listed here.EmployeeStatutorySickLeave.entitlementWeeksQualified(Double entitlementWeeksQualified) The amount of statutory sick leave time off (in weeks) that is available to take at the time the leave was requestedEmployeeStatutorySickLeave.entitlementWeeksRemaining(Double entitlementWeeksRemaining) A calculated amount of time (in weeks) that remains for the statutory sick leave periodEmployeeStatutorySickLeave.entitlementWeeksRequested(Double entitlementWeeksRequested) The amount of requested time (in weeks)EmployeeStatutorySickLeaveObject.getStatutorySickLeave()Get statutorySickLeaveEmployeeStatutorySickLeave.isEntitled(Boolean isEntitled) Whether the leave was entitled to receive paymentEmployeeStatutorySickLeave.isPregnancyRelated(Boolean isPregnancyRelated) Whether the sick leave was pregnancy relatedEmployeeStatutorySickLeave.leaveTypeID(UUID leaveTypeID) The unique identifier (guid) of the \"Statutory Sick Leave (non-pensionable)\" pay itemEmployeeStatutorySickLeave.overlapsWithOtherLeave(Boolean overlapsWithOtherLeave) Whether another leave (Paternity, Shared Parental specifically) occurs during the requested leave's period.EmployeeStatutorySickLeave.startDate(org.threeten.bp.LocalDate startDate) The date when the leave startsthe type of statutory leaveEmployeeStatutorySickLeave.statutoryLeaveID(UUID statutoryLeaveID) The unique identifier (guid) of a statutory leaveEmployeeStatutorySickLeave.sufficientNotice(Boolean sufficientNotice) Whether the employee provided sufficient notice and documentation as required by the employer supporting the sick leave requestthe type of statutory leaveEmployeeStatutorySickLeave.workPattern(List<String> workPattern) The days of the work week the employee is scheduled to work at the time the leave is takenMethods in com.xero.models.payrollnz that return types with arguments of type EmployeeStatutorySickLeaveModifier and TypeMethodDescriptionEmployeeStatutorySickLeaves.getStatutorySickLeave()Get statutorySickLeaveMethods in com.xero.models.payrollnz with parameters of type EmployeeStatutorySickLeaveModifier and TypeMethodDescriptionEmployeeStatutorySickLeaves.addStatutorySickLeaveItem(EmployeeStatutorySickLeave statutorySickLeaveItem) statutorySickLeavevoidEmployeeStatutorySickLeaveObject.setStatutorySickLeave(EmployeeStatutorySickLeave statutorySickLeave) statutorySickLeaveEmployeeStatutorySickLeaveObject.statutorySickLeave(EmployeeStatutorySickLeave statutorySickLeave) statutorySickLeaveMethod parameters in com.xero.models.payrollnz with type arguments of type EmployeeStatutorySickLeaveModifier and TypeMethodDescriptionvoidEmployeeStatutorySickLeaves.setStatutorySickLeave(List<EmployeeStatutorySickLeave> statutorySickLeave) statutorySickLeaveEmployeeStatutorySickLeaves.statutorySickLeave(List<EmployeeStatutorySickLeave> statutorySickLeave) statutorySickLeave