Klasse NotificationEventTemplateEvent.NotificationEventTemplateEventBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationEventTemplateEvent.NotificationEventTemplateEventBuilder
- Umschließende Klasse:
NotificationEventTemplateEvent
public static class NotificationEventTemplateEvent.NotificationEventTemplateEventBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) The description of the event.The ID of the event.The name of the event.templateEvent
(NotificationEventTemplateEvent templateEvent) toString()
-
Methodendetails
-
description
public NotificationEventTemplateEvent.NotificationEventTemplateEventBuilder description(String description) The description of the event.- Gibt zurück:
this
.
-
id
The ID of the event. The event can be a [Jira system event](https://confluence.atlassian.com/x/8YdKLg#Creatinganotificationscheme-eventsEvents) or a [custom event](https://confluence.atlassian.com/x/AIlKLg).- Gibt zurück:
this
.
-
name
The name of the event.- Gibt zurück:
this
.
-
templateEvent
public NotificationEventTemplateEvent.NotificationEventTemplateEventBuilder templateEvent(NotificationEventTemplateEvent templateEvent) - Gibt zurück:
this
.
-
build
-
toString
-