Klasse NotificationEventTemplateEvent
java.lang.Object
io.github.primelib.jira4j.restv2.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 StringThe description of the event.protected LongThe ID of the event.protected StringThe name of the event.protected NotificationEventTemplateEvent -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedNotificationEventTemplateEvent(String description, Long id, String name, NotificationEventTemplateEvent templateEvent) Constructs a validated instance ofNotificationEventTemplateEvent.Constructs a validated instance ofNotificationEventTemplateEvent. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the event.description(String description) The description of the event.booleaninthashCode()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
-