Class CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder
- Enclosing class:
- CreateNotificationSchemeDetails
public static class CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
description
public CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder description(String description) The description of the notification scheme.- Returns:
this
.
-
name
The name of the notification scheme. Must be unique (case-insensitive).- Returns:
this
.
-
notificationSchemeEvents
public CreateNotificationSchemeDetails.CreateNotificationSchemeDetailsBuilder notificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents) The list of notifications which should be added to the notification scheme.- Returns:
this
.
-
build
-
toString
-