Class NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder
- Enclosing class:
- NotificationSchemeNotificationDetails
public static class NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()notificationType(String notificationType) The notification type, e.gCurrentAssignee,Group,EmailAddress.The value corresponding to the specified notification type.toString()
-
Method Details
-
notificationType
public NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder notificationType(String notificationType) The notification type, e.gCurrentAssignee,Group,EmailAddress.- Returns:
this.
-
parameter
public NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder parameter(String parameter) The value corresponding to the specified notification type.- Returns:
this.
-
build
-
toString
-