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