Uses of Class
com.xero.models.payrolluk.EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum
-
Packages that use EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum Package Description com.xero.models.payrolluk -
-
Uses of EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum Modifier and Type Method Description static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnumEmployeeStatutorySickLeave.EntitlementFailureReasonsEnum. fromValue(String value)fromValuestatic EmployeeStatutorySickLeave.EntitlementFailureReasonsEnumEmployeeStatutorySickLeave.EntitlementFailureReasonsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum[]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.EntitlementFailureReasonsEnum Modifier and Type Method Description List<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum>EmployeeStatutorySickLeave. 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.EntitlementFailureReasonsEnum Modifier and Type Method Description EmployeeStatutorySickLeaveEmployeeStatutorySickLeave. 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.EntitlementFailureReasonsEnum Modifier and Type Method Description EmployeeStatutorySickLeaveEmployeeStatutorySickLeave. 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.
-