static NotificationEventSummary.Builder |
NotificationEventSummary.builder() |
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.eventStatus(String eventStatus) |
Provides additional information about the current status of the NotificationEvent.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.eventStatus(EventStatus eventStatus) |
Provides additional information about the current status of the NotificationEvent.
|
default NotificationEventSummary.Builder |
NotificationEventSummary.Builder.messageComponents(Consumer<MessageComponentsSummary.Builder> messageComponents) |
The message components of a notification event.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.messageComponents(MessageComponentsSummary messageComponents) |
The message components of a notification event.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.notificationType(String notificationType) |
The type of event causing the notification.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.notificationType(NotificationType notificationType) |
The type of event causing the notification.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.schemaVersion(String schemaVersion) |
The schema version of the Notification Event.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.schemaVersion(SchemaVersion schemaVersion) |
The schema version of the Notification Event.
|
default NotificationEventSummary.Builder |
NotificationEventSummary.Builder.sourceEventMetadata(Consumer<SourceEventMetadataSummary.Builder> sourceEventMetadata) |
The source event metadata.
|
NotificationEventSummary.Builder |
NotificationEventSummary.Builder.sourceEventMetadata(SourceEventMetadataSummary sourceEventMetadata) |
The source event metadata.
|
NotificationEventSummary.Builder |
NotificationEventSummary.toBuilder() |
|