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