Klasse VersionApprover
java.lang.Object
io.github.primelib.jira4j.restv2.model.VersionApprover
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionApprover
extends Object
VersionApprover
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The Atlassian account ID of the approver.protected String
A description of why the user is declining the approval.protected String
A description of what the user is approving within the specified version.protected String
The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED* -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
VersionApprover
(String accountId, String declineReason, String description, String status) Constructs a validated instance ofVersionApprover
.Constructs a validated instance ofVersionApprover
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe Atlassian account ID of the approver.The Atlassian account ID of the approver.builder()
protected boolean
A description of why the user is declining the approval.declineReason
(String declineReason) A description of why the user is declining the approval.A description of what the user is approving within the specified version.description
(String description) A description of what the user is approving within the specified version.boolean
int
hashCode()
status()
The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*toString()
-
Felddetails
-
accountId
The Atlassian account ID of the approver. -
declineReason
A description of why the user is declining the approval. -
description
A description of what the user is approving within the specified version. -
status
The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*
-
-
Konstruktordetails
-
VersionApprover
Constructs a validated instance ofVersionApprover
.- Parameter:
spec
- the specification to process
-
VersionApprover
@Internal public VersionApprover(String accountId, String declineReason, String description, String status) Constructs a validated instance ofVersionApprover
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionApprover(Consumer)
instead.- Parameter:
accountId
- The Atlassian account ID of the approver.declineReason
- A description of why the user is declining the approval.description
- A description of what the user is approving within the specified version.status
- The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*
-
VersionApprover
protected VersionApprover()
-
-
Methodendetails
-
builder
-
accountId
The Atlassian account ID of the approver. -
declineReason
A description of why the user is declining the approval. -
description
A description of what the user is approving within the specified version. -
status
The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED* -
accountId
The Atlassian account ID of the approver.- Gibt zurück:
this
.
-
declineReason
A description of why the user is declining the approval.- Gibt zurück:
this
.
-
description
A description of what the user is approving within the specified version.- Gibt zurück:
this
.
-
status
The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-