Package com.incode.welcome_sdk.modules
Enum DynamicForms.PrefillSource
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DynamicForms.PrefillSource extends Enum<DynamicForms.PrefillSource>
The interview attribute a Screen.Question can be prefilled from. Configured via the Incode dashboard; resolved server-side from the Interview record (OCR/ID-scan derived in v1).
Since 5.52.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDynamicForms.PrefillSource.CompanionClass-level functions and properties for PrefillSource.
Since 5.52.0
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<DynamicForms.PrefillSource>entries
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description final Array<DynamicForms.PrefillSource>values()Returns an array containing the constants of this enum type, in the order they're declared. final DynamicForms.PrefillSourcevalueOf(String value)Returns the enum constant of this type with the specified name. final EnumEntries<DynamicForms.PrefillSource>getEntries()-
-
Method Detail
-
values
final Array<DynamicForms.PrefillSource> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
valueOf
final DynamicForms.PrefillSource valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
getEntries
final EnumEntries<DynamicForms.PrefillSource> getEntries()
-
-
-
-