Class NotificationEvent.NotificationEventBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationEvent.NotificationEventBuilder
- Enclosing class:
- NotificationEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the event.The ID of the event.The name of the event.templateEvent
(NotificationEvent templateEvent) toString()
-
Method Details
-
description
The description of the event.- Returns:
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).- Returns:
this
.
-
name
The name of the event.- Returns:
this
.
-
templateEvent
- Returns:
this
.
-
build
-
toString
-