EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.addEntitlementFailureReasonsItem(EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum entitlementFailureReasonsItem) |
If the leave requested was considered \"not entitled\", the reasons why are listed
here.
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.addWorkPatternItem(String workPatternItem) |
The days of the work week the employee is scheduled to work at the time the leave is taken
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.employeeID(UUID employeeID) |
The unique identifier (guid) of the employee
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.endDate(org.threeten.bp.LocalDate endDate) |
The date when the leave ends
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.entitlementFailureReasons(List<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum> entitlementFailureReasons) |
If the leave requested was considered \"not entitled\", the reasons why are listed
here.
|
EmployeeStatutorySickLeave |
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 requested
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.entitlementWeeksRemaining(Double entitlementWeeksRemaining) |
A calculated amount of time (in weeks) that remains for the statutory sick leave period
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.entitlementWeeksRequested(Double entitlementWeeksRequested) |
The amount of requested time (in weeks)
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeaveObject.getStatutorySickLeave() |
Get statutorySickLeave
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.isEntitled(Boolean isEntitled) |
Whether the leave was entitled to receive payment
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.isPregnancyRelated(Boolean isPregnancyRelated) |
Whether the sick leave was pregnancy related
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.leaveTypeID(UUID leaveTypeID) |
The unique identifier (guid) of the \"Statutory Sick Leave (non-pensionable)\" pay
item
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.overlapsWithOtherLeave(Boolean overlapsWithOtherLeave) |
Whether another leave (Paternity, Shared Parental specifically) occurs during the requested
leave's period.
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.startDate(org.threeten.bp.LocalDate startDate) |
The date when the leave starts
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.status(String status) |
the type of statutory leave
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.statutoryLeaveID(UUID statutoryLeaveID) |
The unique identifier (guid) of a statutory leave
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.sufficientNotice(Boolean sufficientNotice) |
Whether the employee provided sufficient notice and documentation as required by the employer
supporting the sick leave request
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.type(String type) |
the type of statutory leave
|
EmployeeStatutorySickLeave |
EmployeeStatutorySickLeave.workPattern(List<String> workPattern) |
The days of the work week the employee is scheduled to work at the time the leave is taken
|