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