Klasse NotificationEvent.NotificationEventBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationEvent.NotificationEventBuilder
- Umschließende Klasse:
NotificationEvent
-
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
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 NotificationEvent.NotificationEventBuilder templateEvent(NotificationEventTemplateEvent templateEvent) - Gibt zurück:
this
.
-
build
-
toString
-