Object EnrollmentReason.Companion
-
- All Implemented Interfaces:
public class EnrollmentReason.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static EnrollmentReason.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final EnrollmentReasonfromRawValue(String rawValue)Retrieves the EnrollmentReason corresponding to the given raw value. -
-
Method Detail
-
fromRawValue
final EnrollmentReason fromRawValue(String rawValue)
Retrieves the EnrollmentReason corresponding to the given raw value.
- Parameters:
rawValue- The string representation of the reason.- Returns:
The matching EnrollmentReason or EnrollmentReason.UNKNOWN if not found.
-
-
-
-