Uses of Enum Class
com.atlassian.servicedesk.api.approval.ApprovalDecisionType
Packages that use ApprovalDecisionType
-
Uses of ApprovalDecisionType in com.atlassian.servicedesk.api.approval
Methods in com.atlassian.servicedesk.api.approval that return ApprovalDecisionTypeModifier and TypeMethodDescriptionstatic ApprovalDecisionTypeApprovalDecision.getDecision()static ApprovalDecisionTypeReturns the enum constant of this class with the specified name.static ApprovalDecisionType[]ApprovalDecisionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.servicedesk.api.approval that return types with arguments of type ApprovalDecisionTypeMethods in com.atlassian.servicedesk.api.approval with parameters of type ApprovalDecisionTypeModifier and TypeMethodDescriptionApprovalService.answerApproval(com.atlassian.jira.user.ApplicationUser user, Approval approval, ApprovalDecisionType decision) Answer to an approval of a givenapprovalIdThe answer could be approve or decline Required permissions: - User is an approver of the approval - User can view the request that the approval belongs toApprovalService.answerApproval(com.atlassian.jira.user.ApplicationUser user, Approval approval, ApprovalDecisionType decision, ApprovalComment approvalComment) Answer to an approval of a givenapprovalIdThe answer could be approve or decline Required permissions: - User is an approver of the approval - User can view the request that the approval belongs to