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