Uses of Class
io.mosip.authentication.core.indauth.dto.SenderType
-
Packages that use SenderType Package Description io.mosip.authentication.core.indauth.dto io.mosip.authentication.core.spi.notification.service -
-
Uses of SenderType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return SenderType Modifier and Type Method Description static SenderTypeSenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static SenderType[]SenderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SenderType in io.mosip.authentication.core.spi.notification.service
Methods in io.mosip.authentication.core.spi.notification.service with parameters of type SenderType Modifier and Type Method Description voidNotificationService. sendNotification(Map<String,Object> values, String emailId, String phoneNumber, SenderType sender, String notificationProperty, List<String> templateLanguages)
-