Klasse NotificationSchemeEvent
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeEvent
extends Object
NotificationSchemeEvent
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected NotificationEvent
protected List<EventNotification>
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NotificationSchemeEvent
(NotificationEvent event, List<EventNotification> notifications) Constructs a validated instance ofNotificationSchemeEvent
.Constructs a validated instance ofNotificationSchemeEvent
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
event()
event
(NotificationEvent event) int
hashCode()
notifications
(List<EventNotification> notifications) toString()
-
Felddetails
-
event
-
notifications
-
-
Konstruktordetails
-
NotificationSchemeEvent
Constructs a validated instance ofNotificationSchemeEvent
.- Parameter:
spec
- the specification to process
-
NotificationSchemeEvent
@Internal public NotificationSchemeEvent(NotificationEvent event, List<EventNotification> notifications) Constructs a validated instance ofNotificationSchemeEvent
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeEvent(Consumer)
instead.- Parameter:
event
- var.namenotifications
- var.name
-
NotificationSchemeEvent
protected NotificationSchemeEvent()
-
-
Methodendetails