Class PublishResult
- java.lang.Object
-
- com.pingidentity.sdk.notification.PublishResult
-
public class PublishResult extends Object
Class denoting the return result from sending the notification from the plugin instance.- Since:
- 9.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPublishResult.NOTIFICATION_STATUS
-
Constructor Summary
Constructors Constructor Description PublishResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublishResult.NOTIFICATION_STATUSgetNotificationStatus()Get the status of an notification returned from the notification publisher.voidsetNotificationStatus(PublishResult.NOTIFICATION_STATUS notificationStatus)Set notification status.
-
-
-
Method Detail
-
getNotificationStatus
public PublishResult.NOTIFICATION_STATUS getNotificationStatus()
Get the status of an notification returned from the notification publisher.- Returns:
- authentication status
-
setNotificationStatus
public void setNotificationStatus(PublishResult.NOTIFICATION_STATUS notificationStatus)
Set notification status.- Parameters:
notificationStatus-
-
-