Klasse SecuritySchemeLevelBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.SecuritySchemeLevelBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecuritySchemeLevelBean
extends Object
SecuritySchemeLevelBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the issue security scheme level.protected Boolean
Specifies whether the level is the default level.protected List<SecuritySchemeLevelMemberBean>
The list of level members which should be added to the issue security scheme level.protected String
The name of the issue security scheme level. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SecuritySchemeLevelBean
(String description, Boolean isDefault, List<SecuritySchemeLevelMemberBean> members, String name) Constructs a validated instance ofSecuritySchemeLevelBean
.Constructs a validated instance ofSecuritySchemeLevelBean
. -
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()
Specifies whether the level is the default level.Specifies whether the level is the default level.members()
The list of level members which should be added to the issue security scheme level.members
(List<SecuritySchemeLevelMemberBean> members) The list of level members which should be added to the issue security scheme level.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. -
isDefault
Specifies whether the level is the default level. False by default. -
members
The list of level members which should be added to the issue security scheme level. -
name
The name of the issue security scheme level. Must be unique.
-
-
Konstruktordetails
-
SecuritySchemeLevelBean
Constructs a validated instance ofSecuritySchemeLevelBean
.- Parameter:
spec
- the specification to process
-
SecuritySchemeLevelBean
@Internal public SecuritySchemeLevelBean(String description, Boolean isDefault, List<SecuritySchemeLevelMemberBean> members, String name) Constructs a validated instance ofSecuritySchemeLevelBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SecuritySchemeLevelBean(Consumer)
instead.- Parameter:
description
- The description of the issue security scheme level.isDefault
- Specifies whether the level is the default level. False by default.members
- The list of level members which should be added to the issue security scheme level.name
- The name of the issue security scheme level. Must be unique.
-
SecuritySchemeLevelBean
protected SecuritySchemeLevelBean()
-
-
Methodendetails
-
builder
-
description
The description of the issue security scheme level. -
isDefault
Specifies whether the level is the default level. False by default. -
members
The list of level members which should be added to 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
.
-
isDefault
Specifies whether the level is the default level. False by default.- Gibt zurück:
this
.
-
members
The list of level members which should be added to 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
-