Class SecuritySchemeLevelBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.SecuritySchemeLevelBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecuritySchemeLevelBean
extends Object
SecuritySchemeLevelBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SecuritySchemeLevelBean
(String description, Boolean isDefault, List<SecuritySchemeLevelMemberBean> members, String name) Constructs a validated instance ofSecuritySchemeLevelBean
.Constructs a validated instance ofSecuritySchemeLevelBean
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
SecuritySchemeLevelBean
Constructs a validated instance ofSecuritySchemeLevelBean
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
isDefault
Specifies whether the level is the default level. False by default.- Returns:
this
.
-
members
The list of level members which should be added to the issue security scheme level.- Returns:
this
.
-
name
The name of the issue security scheme level. Must be unique.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-