Klasse NotificationSchemeEventDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationSchemeEventDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeEventDetails
extends Object
NotificationSchemeEventDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected NotificationSchemeEventDetailsEvent
protected List<NotificationSchemeNotificationDetails>
The list of notifications mapped to a specified event. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NotificationSchemeEventDetails
(NotificationSchemeEventDetailsEvent event, List<NotificationSchemeNotificationDetails> notifications) Constructs a validated instance ofNotificationSchemeEventDetails
.Constructs a validated instance ofNotificationSchemeEventDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
event()
int
hashCode()
The list of notifications mapped to a specified event.notifications
(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.toString()
-
Felddetails
-
event
-
notifications
The list of notifications mapped to a specified event.
-
-
Konstruktordetails
-
NotificationSchemeEventDetails
Constructs a validated instance ofNotificationSchemeEventDetails
.- Parameter:
spec
- the specification to process
-
NotificationSchemeEventDetails
@Internal public NotificationSchemeEventDetails(NotificationSchemeEventDetailsEvent event, List<NotificationSchemeNotificationDetails> notifications) Constructs a validated instance ofNotificationSchemeEventDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeEventDetails(Consumer)
instead.- Parameter:
event
- var.namenotifications
- The list of notifications mapped to a specified event.
-
NotificationSchemeEventDetails
protected NotificationSchemeEventDetails()
-
-
Methodendetails
-
builder
-
event
-
notifications
The list of notifications mapped to a specified event. -
event
- Gibt zurück:
this
.
-
notifications
public NotificationSchemeEventDetails notifications(List<NotificationSchemeNotificationDetails> notifications) The list of notifications mapped to a specified event.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-