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