Klasse SecurityScheme
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecurityScheme
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecurityScheme
extends Object
SecurityScheme
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The ID of the default security level.protected String
The description of the issue security scheme.protected Long
The ID of the issue security scheme.protected List<SecurityLevel>
protected String
The name of the issue security scheme.protected String
The URL of the issue security scheme. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SecurityScheme
(Long defaultSecurityLevelId, String description, Long id, List<SecurityLevel> levels, String name, String self) Constructs a validated instance ofSecurityScheme
.SecurityScheme
(Consumer<SecurityScheme> spec) Constructs a validated instance ofSecurityScheme
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The ID of the default security level.defaultSecurityLevelId
(Long defaultSecurityLevelId) The ID of the default security level.The description of the issue security scheme.description
(String description) The description of the issue security scheme.boolean
int
hashCode()
id()
The ID of the issue security scheme.The ID of the issue security scheme.levels()
levels
(List<SecurityLevel> levels) name()
The name of the issue security scheme.The name of the issue security scheme.self()
The URL of the issue security scheme.The URL of the issue security scheme.toString()
-
Felddetails
-
defaultSecurityLevelId
The ID of the default security level. -
description
The description of the issue security scheme. -
id
The ID of the issue security scheme. -
levels
-
name
The name of the issue security scheme. -
self
The URL of the issue security scheme.
-
-
Konstruktordetails
-
SecurityScheme
Constructs a validated instance ofSecurityScheme
.- Parameter:
spec
- the specification to process
-
SecurityScheme
@Internal public SecurityScheme(Long defaultSecurityLevelId, String description, Long id, List<SecurityLevel> levels, String name, String self) Constructs a validated instance ofSecurityScheme
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SecurityScheme(Consumer)
instead.- Parameter:
defaultSecurityLevelId
- The ID of the default security level.description
- The description of the issue security scheme.id
- The ID of the issue security scheme.levels
- var.namename
- The name of the issue security scheme.self
- The URL of the issue security scheme.
-
SecurityScheme
protected SecurityScheme()
-
-
Methodendetails
-
builder
-
defaultSecurityLevelId
The ID of the default security level. -
description
The description of the issue security scheme. -
id
The ID of the issue security scheme. -
levels
-
name
The name of the issue security scheme. -
self
The URL of the issue security scheme. -
defaultSecurityLevelId
The ID of the default security level.- Gibt zurück:
this
.
-
description
The description of the issue security scheme.- Gibt zurück:
this
.
-
id
The ID of the issue security scheme.- Gibt zurück:
this
.
-
levels
- Gibt zurück:
this
.
-
name
The name of the issue security scheme.- Gibt zurück:
this
.
-
self
The URL of the issue security scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-