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