Klasse NotificationSchemeEvent
java.lang.Object
io.github.primelib.jira4j.restv3.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 NotificationEventprotected List<EventNotification> -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedNotificationSchemeEvent(NotificationEvent event, List<EventNotification> notifications) Constructs a validated instance ofNotificationSchemeEvent.Constructs a validated instance ofNotificationSchemeEvent. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanevent()event(NotificationEvent event) inthashCode()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