Klasse NotificationSchemeNotificationDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationSchemeNotificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationSchemeNotificationDetails
extends Object
NotificationSchemeNotificationDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NotificationSchemeNotificationDetails
(String notificationType, String parameter) Constructs a validated instance ofNotificationSchemeNotificationDetails
.Constructs a validated instance ofNotificationSchemeNotificationDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The notification type, e.gCurrentAssignee
,Group
,EmailAddress
.notificationType
(String notificationType) The notification type, e.gCurrentAssignee
,Group
,EmailAddress
.The value corresponding to the specified notification type.The value corresponding to the specified notification type.toString()
-
Felddetails
-
notificationType
The notification type, e.gCurrentAssignee
,Group
,EmailAddress
. -
parameter
The value corresponding to the specified notification type.
-
-
Konstruktordetails
-
NotificationSchemeNotificationDetails
Constructs a validated instance ofNotificationSchemeNotificationDetails
.- Parameter:
spec
- the specification to process
-
NotificationSchemeNotificationDetails
Constructs a validated instance ofNotificationSchemeNotificationDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationSchemeNotificationDetails(Consumer)
instead.- Parameter:
notificationType
- The notification type, e.gCurrentAssignee
,Group
,EmailAddress
.parameter
- The value corresponding to the specified notification type.
-
NotificationSchemeNotificationDetails
protected NotificationSchemeNotificationDetails()
-
-
Methodendetails
-
builder
public static NotificationSchemeNotificationDetails.NotificationSchemeNotificationDetailsBuilder builder() -
notificationType
The notification type, e.gCurrentAssignee
,Group
,EmailAddress
. -
parameter
The value corresponding to the specified notification type. -
notificationType
The notification type, e.gCurrentAssignee
,Group
,EmailAddress
.- Gibt zurück:
this
.
-
parameter
The value corresponding to the specified notification type.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-