Klasse SecurityLevelMember
java.lang.Object
io.github.primelib.jira4j.restv2.model.SecurityLevelMember
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SecurityLevelMember
extends Object
SecurityLevelMember
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SecurityLevelMember
(SecurityLevelMemberHolder holder, String id, String issueSecurityLevelId, String issueSecuritySchemeId) Constructs a validated instance ofSecurityLevelMember
.Constructs a validated instance ofSecurityLevelMember
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.toString()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
SecurityLevelMember
Constructs a validated instance ofSecurityLevelMember
.- Parameter:
spec
- the specification to process
-
SecurityLevelMember
@Internal public SecurityLevelMember(SecurityLevelMemberHolder holder, String id, String issueSecurityLevelId, String issueSecuritySchemeId) 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.- Parameter:
holder
- var.nameid
- The ID of the issue security level member.issueSecurityLevelId
- The ID of the issue security level.issueSecuritySchemeId
- The ID of the issue security scheme.
-
SecurityLevelMember
protected SecurityLevelMember()
-
-
Methodendetails
-
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. -
holder
- Gibt zurück:
this
.
-
id
The ID of the issue security level member.- Gibt zurück:
this
.
-
issueSecurityLevelId
The ID of the issue security level.- Gibt zurück:
this
.
-
issueSecuritySchemeId
The ID of the issue security scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-