Class NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder
- Enclosing class:
- NotificationSchemeEventDetails
public static class NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()notifications(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.toString()
-
Method Details
-
event
public NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder event(NotificationSchemeEventTypeId event) - Returns:
this.
-
notifications
public NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder notifications(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.- Returns:
this.
-
build
-
toString
-