Uses of Class
com.pingidentity.sdk.notification.PublishResult.NOTIFICATION_STATUS
-
Packages that use PublishResult.NOTIFICATION_STATUS Package Description com.pingidentity.sdk.notification 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_STATUS Modifier and Type Method Description PublishResult.NOTIFICATION_STATUSPublishResult. getNotificationStatus()Get the status of an notification returned from the notification publisher.static PublishResult.NOTIFICATION_STATUSPublishResult.NOTIFICATION_STATUS. valueOf(String name)Returns the enum constant of this type with the specified name.static PublishResult.NOTIFICATION_STATUS[]PublishResult.NOTIFICATION_STATUS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk.notification with parameters of type PublishResult.NOTIFICATION_STATUS Modifier and Type Method Description voidPublishResult. setNotificationStatus(PublishResult.NOTIFICATION_STATUS notificationStatus)Set notification status.
-