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 StringThe Atlassian account ID of the approver.protected StringA description of why the user is declining the approval.protected StringA description of what the user is approving within the specified version.protected StringThe status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED* -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedVersionApprover(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 booleanA 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.booleaninthashCode()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
-