Klasse NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder
- Umschließende Klasse:
NotificationSchemeEventDetails
public static class NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
notifications
(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.toString()
-
Methodendetails
-
event
public NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder event(NotificationSchemeEventDetailsEvent event) - Gibt zurück:
this
.
-
notifications
public NotificationSchemeEventDetails.NotificationSchemeEventDetailsBuilder notifications(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.- Gibt zurück:
this
.
-
build
-
toString
-