Klasse CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder
- Umschließende Klasse:
CreateNotificationSchemeDetails
public static class CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the notification scheme.The name of the notification scheme.notificationSchemeEvents
(List<NotificationSchemeEventDetails> notificationSchemeEvents) The list of notifications which should be added to the notification scheme.toString()
-
Methodendetails
-
description
public CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder description(String description) The description of the notification scheme.- Gibt zurück:
this
.
-
name
The name of the notification scheme. Must be unique (case-insensitive).- Gibt zurück:
this
.
-
notificationSchemeEvents
public CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder notificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents) The list of notifications which should be added to the notification scheme.- Gibt zurück:
this
.
-
build
-
toString
-