Klasse NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder
- Umschließende Klasse:
NotificationSchemeNotificationDetails
public static class NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
notificationType
(String notificationType) The notification type, e.gCurrentAssignee
,Group
,EmailAddress
.The value corresponding to the specified notification type.toString()
-
Methodendetails
-
notificationType
public NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder notificationType(String notificationType) The notification type, e.gCurrentAssignee
,Group
,EmailAddress
.- Gibt zurück:
this
.
-
parameter
public NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder parameter(String parameter) The value corresponding to the specified notification type.- Gibt zurück:
this
.
-
build
-
toString
-