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