Class NotificationEvent
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationEvent
extends Object
NotificationEvent
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The description of the event.protected Long
The ID of the event.protected String
The name of the event.protected NotificationEvent
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NotificationEvent
(String description, Long id, String name, NotificationEvent templateEvent) Constructs a validated instance ofNotificationEvent
.Constructs a validated instance ofNotificationEvent
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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
(NotificationEvent templateEvent) toString()
-
Field Details
-
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
-
-
Constructor Details
-
NotificationEvent
Constructs a validated instance ofNotificationEvent
.- Parameters:
spec
- the specification to process
-
NotificationEvent
@Internal public NotificationEvent(String description, Long id, String name, NotificationEvent 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.- Parameters:
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
- templateEvent
-
NotificationEvent
protected NotificationEvent()
-
-
Method Details
-
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.- 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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-