Class VersionApprover.VersionApproverBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionApprover.VersionApproverBuilder
- Enclosing class:
- VersionApprover
-
Method Summary
Modifier and TypeMethodDescriptionThe Atlassian account ID of the approver.build()
declineReason
(String declineReason) A description of why the user is declining the approval.description
(String description) A description of what the user is approving within the specified version.The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*toString()
-
Method Details
-
accountId
The Atlassian account ID of the approver.- Returns:
this
.
-
declineReason
A description of why the user is declining the approval.- Returns:
this
.
-
description
A description of what the user is approving within the specified version.- Returns:
this
.
-
status
The status of the approval, which can be *PENDING*, *APPROVED*, or *DECLINED*- Returns:
this
.
-
build
-
toString
-