Class SecurityLevelMember
java.lang.Object
io.github.primelib.jira4j.restv3.model.SecurityLevelMember
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecurityLevelMember
extends Object
SecurityLevelMember
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SecurityLevelMemberHolder
protected String
The ID of the issue security level member.protected String
The ID of the issue security level.protected String
The ID of the issue security scheme.protected Boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SecurityLevelMember
(SecurityLevelMemberHolder holder, String id, String issueSecurityLevelId, String issueSecuritySchemeId, Boolean managed) Constructs a validated instance ofSecurityLevelMember
.Constructs a validated instance ofSecurityLevelMember
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
holder()
holder
(SecurityLevelMemberHolder holder) id()
The ID of the issue security level member.The ID of the issue security level member.The ID of the issue security level.issueSecurityLevelId
(String issueSecurityLevelId) The ID of the issue security level.The ID of the issue security scheme.issueSecuritySchemeId
(String issueSecuritySchemeId) The ID of the issue security scheme.managed()
toString()
-
Field Details
-
holder
-
id
The ID of the issue security level member. -
issueSecurityLevelId
The ID of the issue security level. -
issueSecuritySchemeId
The ID of the issue security scheme. -
managed
-
-
Constructor Details
-
SecurityLevelMember
Constructs a validated instance ofSecurityLevelMember
.- Parameters:
spec
- the specification to process
-
SecurityLevelMember
@Internal public SecurityLevelMember(SecurityLevelMemberHolder holder, String id, String issueSecurityLevelId, String issueSecuritySchemeId, Boolean managed) Constructs a validated instance ofSecurityLevelMember
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SecurityLevelMember(Consumer)
instead.- Parameters:
holder
- holderid
- The ID of the issue security level member.issueSecurityLevelId
- The ID of the issue security level.issueSecuritySchemeId
- The ID of the issue security scheme.managed
- managed
-
SecurityLevelMember
protected SecurityLevelMember()
-
-
Method Details
-
builder
-
holder
-
id
The ID of the issue security level member. -
issueSecurityLevelId
The ID of the issue security level. -
issueSecuritySchemeId
The ID of the issue security scheme. -
managed
-
holder
- Returns:
this
.
-
id
The ID of the issue security level member.- Returns:
this
.
-
issueSecurityLevelId
The ID of the issue security level.- Returns:
this
.
-
issueSecuritySchemeId
The ID of the issue security scheme.- Returns:
this
.
-
managed
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-