Uses of Enum
com.xero.models.payrolluk.EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum
Packages that use EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum
-
Uses of EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutorySickLeave.EntitlementFailureReasonsEnumModifier and TypeMethodDescriptionfromValueReturns the enum constant of this type with the specified name.EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk that return types with arguments of type EmployeeStatutorySickLeave.EntitlementFailureReasonsEnumModifier and TypeMethodDescriptionEmployeeStatutorySickLeave.getEntitlementFailureReasons()If the leave requested was considered \"not entitled\", the reasons why are listed here.Methods in com.xero.models.payrolluk with parameters of type EmployeeStatutorySickLeave.EntitlementFailureReasonsEnumModifier and TypeMethodDescriptionEmployeeStatutorySickLeave.addEntitlementFailureReasonsItem(EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum entitlementFailureReasonsItem) If the leave requested was considered \"not entitled\", the reasons why are listed here.Method parameters in com.xero.models.payrolluk with type arguments of type EmployeeStatutorySickLeave.EntitlementFailureReasonsEnumModifier and TypeMethodDescriptionEmployeeStatutorySickLeave.entitlementFailureReasons(List<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum> entitlementFailureReasons) If the leave requested was considered \"not entitled\", the reasons why are listed here.voidEmployeeStatutorySickLeave.setEntitlementFailureReasons(List<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum> entitlementFailureReasons) If the leave requested was considered \"not entitled\", the reasons why are listed here.