Klasse NotificationEvent
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationEvent
extends Object
NotificationEvent
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
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
NotificationEvent
(String description, Long id, String name, NotificationEventTemplateEvent templateEvent) Constructs a validated instance ofNotificationEvent
.Constructs a validated instance ofNotificationEvent
. -
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
-
NotificationEvent
Constructs a validated instance ofNotificationEvent
.- Parameter:
spec
- the specification to process
-
NotificationEvent
@Internal public NotificationEvent(String description, Long id, String name, NotificationEventTemplateEvent templateEvent) Constructs a validated instance ofNotificationEvent
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationEvent(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
-
NotificationEvent
protected NotificationEvent()
-
-
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
-