Uses of Class
com.pingidentity.sdk.notification.NotificationEventType
-
Packages that use NotificationEventType Package Description com.pingidentity.sdk.notification A plugin interface, with associated classes, for creating custom notification publishers. -
-
Uses of NotificationEventType in com.pingidentity.sdk.notification
Methods in com.pingidentity.sdk.notification that return NotificationEventType Modifier and Type Method Description static NotificationEventTypeNotificationEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationEventType[]NotificationEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk.notification that return types with arguments of type NotificationEventType Modifier and Type Method Description static Optional<NotificationEventType>NotificationEventType. fromString(String name)
-