Uses of Class
io.mosip.mimoto.constant.BiometricType
-
Packages that use BiometricType Package Description io.mosip.mimoto.constant io.mosip.mimoto.entity -
-
Uses of BiometricType in io.mosip.mimoto.constant
Methods in io.mosip.mimoto.constant that return BiometricType Modifier and Type Method Description static BiometricTypeBiometricType. fromValue(String v)static BiometricTypeBiometricType. valueOf(String name)Returns the enum constant of this type with the specified name.static BiometricType[]BiometricType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BiometricType in io.mosip.mimoto.entity
Method parameters in io.mosip.mimoto.entity with type arguments of type BiometricType Modifier and Type Method Description BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withType(List<BiometricType> type)
-