Uses of Enum Class
com.pingidentity.sdk.notification.PublishResult.NOTIFICATION_STATUS
Packages that use PublishResult.NOTIFICATION_STATUS
Package
Description
A plugin interface, with associated classes, for creating custom notification publishers.
-
Uses of PublishResult.NOTIFICATION_STATUS in com.pingidentity.sdk.notification
Methods in com.pingidentity.sdk.notification that return PublishResult.NOTIFICATION_STATUSModifier and TypeMethodDescriptionPublishResult.getNotificationStatus()Get the status of an notification returned from the notification publisher.Returns the enum constant of this class with the specified name.static PublishResult.NOTIFICATION_STATUS[]PublishResult.NOTIFICATION_STATUS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pingidentity.sdk.notification with parameters of type PublishResult.NOTIFICATION_STATUSModifier and TypeMethodDescriptionvoidPublishResult.setNotificationStatus(PublishResult.NOTIFICATION_STATUS notificationStatus) Set notification status.