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