Class UpdateIssueSecurityLevelDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateIssueSecurityLevelDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateIssueSecurityLevelDetails
extends Object
UpdateIssueSecurityLevelDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateIssueSecurityLevelDetails
(String description, String name) Constructs a validated instance ofUpdateIssueSecurityLevelDetails
.Constructs a validated instance ofUpdateIssueSecurityLevelDetails
. -
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()
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. -
name
The name of the issue security scheme level. Must be unique.
-
-
Constructor Details
-
UpdateIssueSecurityLevelDetails
Constructs a validated instance ofUpdateIssueSecurityLevelDetails
.- Parameters:
spec
- the specification to process
-
UpdateIssueSecurityLevelDetails
Constructs a validated instance ofUpdateIssueSecurityLevelDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateIssueSecurityLevelDetails(Consumer)
instead.- Parameters:
description
- The description of the issue security scheme level.name
- The name of the issue security scheme level. Must be unique.
-
UpdateIssueSecurityLevelDetails
protected UpdateIssueSecurityLevelDetails()
-
-
Method Details
-
builder
-
description
The description of 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
.
-
name
The name of the issue security scheme level. Must be unique.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-