Klasse IssueSecurityLevelMember
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueSecurityLevelMember
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueSecurityLevelMember
extends Object
IssueSecurityLevelMember
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected PermissionHolderprotected LongThe ID of the issue security level member.protected LongThe ID of the issue security level.protected Boolean -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedIssueSecurityLevelMember(PermissionHolder holder, Long id, Long issueSecurityLevelId, Boolean managed) Constructs a validated instance ofIssueSecurityLevelMember.Constructs a validated instance ofIssueSecurityLevelMember. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()holder()holder(PermissionHolder 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(Long issueSecurityLevelId) The ID of the issue security level.managed()toString()
-
Felddetails
-
holder
-
id
The ID of the issue security level member. -
issueSecurityLevelId
The ID of the issue security level. -
managed
-
-
Konstruktordetails
-
IssueSecurityLevelMember
Constructs a validated instance ofIssueSecurityLevelMember.- Parameter:
spec- the specification to process
-
IssueSecurityLevelMember
@Internal public IssueSecurityLevelMember(PermissionHolder holder, Long id, Long issueSecurityLevelId, Boolean managed) Constructs a validated instance ofIssueSecurityLevelMember.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueSecurityLevelMember(Consumer)instead.- Parameter:
holder- holderid- The ID of the issue security level member.issueSecurityLevelId- The ID of the issue security level.managed- managed
-
IssueSecurityLevelMember
protected IssueSecurityLevelMember()
-
-
Methodendetails
-
builder
-
holder
-
id
The ID of the issue security level member. -
issueSecurityLevelId
The ID of the issue security level. -
managed
-
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.
-
managed
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-