Uses of Class
io.mosip.authentication.core.indauth.dto.NotificationType
-
Packages that use NotificationType Package Description io.mosip.authentication.core.indauth.dto -
-
Uses of NotificationType in io.mosip.authentication.core.indauth.dto
Methods in io.mosip.authentication.core.indauth.dto that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mosip.authentication.core.indauth.dto that return types with arguments of type NotificationType Modifier and Type Method Description static Optional<NotificationType>NotificationType. getNotificationTypeForChannel(String channel)
-