@ExperimentalApi
@ReturnValuesAreNonnullByDefault
public interface Approval
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Instant> |
getCompletedDate()
Completion date of
Approval when the decision is set. |
Instant |
getCreatedDate()
Creation date of
Approval |
com.atlassian.fugue.Option<ApprovalDecisionType> |
getDecision()
The final decision of
Approval |
int |
getId()
Id of
Approval |
long |
getIssueId()
Issue Id the
Approval associated with |
String |
getName()
Name of
Approval |
String |
getStatusId()
The workflow status Id associated with
Approval |
int getId()
Approval
long getIssueId()
Approval
associated withcom.atlassian.fugue.Option<ApprovalDecisionType> getDecision()
Approval
com.atlassian.fugue.Option<Instant> getCompletedDate()
Approval
when the decision is set.Copyright © 2017 Atlassian. All rights reserved.