Interface Approval
@PublicApi
@ReturnValuesAreNonnullByDefault
public interface Approval
Representation of an approval
-
Method Summary
Modifier and TypeMethodDescriptionGets condition object which encapsulate type of condition and level of accomplishmentCreation date ofApproval
Gets the final decision (including the core outcome and associated details).int
getId()
Id ofApproval
long
Issue Id theApproval
associated withgetName()
Name ofApproval
The workflow status Id associated withApproval
-
Method Details
-
getId
int getId()Id ofApproval
-
getIssueId
long getIssueId()Issue Id theApproval
associated with -
getName
String getName()Name ofApproval
-
getDecision
Optional<ApprovalDecision> getDecision()Gets the final decision (including the core outcome and associated details). -
getCreatedDate
Instant getCreatedDate()Creation date ofApproval
-
getStatusId
String getStatusId()The workflow status Id associated withApproval
-
getApprovalCondition
ApprovalCondition getApprovalCondition()Gets condition object which encapsulate type of condition and level of accomplishment
-