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