Klasse UpdateNotificationSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateNotificationSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateNotificationSchemeDetails
extends Object
UpdateNotificationSchemeDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateNotificationSchemeDetails
(String description, String name) Constructs a validated instance ofUpdateNotificationSchemeDetails
.Constructs a validated instance ofUpdateNotificationSchemeDetails
. -
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.toString()
-
Felddetails
-
description
The description of the notification scheme. -
name
The name of the notification scheme. Must be unique.
-
-
Konstruktordetails
-
UpdateNotificationSchemeDetails
Constructs a validated instance ofUpdateNotificationSchemeDetails
.- Parameter:
spec
- the specification to process
-
UpdateNotificationSchemeDetails
Constructs a validated instance ofUpdateNotificationSchemeDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateNotificationSchemeDetails(Consumer)
instead.- Parameter:
description
- The description of the notification scheme.name
- The name of the notification scheme. Must be unique.
-
UpdateNotificationSchemeDetails
protected UpdateNotificationSchemeDetails()
-
-
Methodendetails
-
builder
-
description
The description of the notification scheme. -
name
The name of the notification scheme. Must be unique. -
description
The description of the notification scheme.- Gibt zurück:
this
.
-
name
The name of the notification scheme. Must be unique.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-