Klasse NotificationEventTemplateEvent
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationEventTemplateEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationEventTemplateEvent
extends Object
NotificationEventTemplateEvent
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the event.protected Long
The ID of the event.protected String
The name of the event.protected NotificationEventTemplateEvent
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NotificationEventTemplateEvent
(String description, Long id, String name, NotificationEventTemplateEvent templateEvent) Constructs a validated instance ofNotificationEventTemplateEvent
.Constructs a validated instance ofNotificationEventTemplateEvent
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the event.description
(String description) The description of the event.boolean
int
hashCode()
id()
The ID of the event.The ID of the event.name()
The name of the event.The name of the event.templateEvent
(NotificationEventTemplateEvent templateEvent) toString()
-
Felddetails
-
description
The description of the event. -
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). -
name
The name of the event. -
templateEvent
-
-
Konstruktordetails
-
NotificationEventTemplateEvent
Constructs a validated instance ofNotificationEventTemplateEvent
.- Parameter:
spec
- the specification to process
-
NotificationEventTemplateEvent
@Internal public NotificationEventTemplateEvent(String description, Long id, String name, NotificationEventTemplateEvent templateEvent) Constructs a validated instance ofNotificationEventTemplateEvent
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationEventTemplateEvent(Consumer)
instead.- Parameter:
description
- The description of the event.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).name
- The name of the event.templateEvent
- var.name
-
NotificationEventTemplateEvent
protected NotificationEventTemplateEvent()
-
-
Methodendetails
-
builder
-
description
The description of the event. -
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). -
name
The name of the event. -
templateEvent
-
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
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-