Interface Approval


@PublicApi @ReturnValuesAreNonnullByDefault public interface Approval
Representation of an approval
  • Method Details

    • getId

      int getId()
      Id of Approval
    • getIssueId

      long getIssueId()
      Issue Id the Approval associated with
    • getName

      String getName()
      Name of Approval
    • getDecision

      Optional<ApprovalDecision> getDecision()
      Gets the final decision (including the core outcome and associated details).
    • getCreatedDate

      Instant getCreatedDate()
      Creation date of Approval
    • getStatusId

      String getStatusId()
      The workflow status Id associated with Approval
    • getApprovalCondition

      ApprovalCondition getApprovalCondition()
      Gets condition object which encapsulate type of condition and level of accomplishment