Uses of Enum Class
io.mosip.authentication.core.indauth.dto.SenderType
Packages that use SenderType
Package
Description
-
Uses of SenderType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return SenderTypeModifier and TypeMethodDescriptionstatic SenderTypeReturns the enum constant of this class with the specified name.static SenderType[]SenderType.values()Returns an array containing the constants of this enum class, 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 SenderTypeModifier and TypeMethodDescriptionvoidNotificationService.sendNotification(Map<String, Object> values, String emailId, String phoneNumber, SenderType sender, String notificationProperty, List<String> templateLanguages)