public static final class

CommentService.CommentCreateValidationResult

extends ServiceResultImpl
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.bc.issue.comment.CommentService.CommentCreateValidationResult

Summary

Public Constructors
CommentCreateValidationResult(ErrorCollection errorCollection, Option<CommentService.CommentParameters> commentInputParameters)
Public Methods
Option<CommentService.CommentParameters> getCommentInputParameters()
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

public CommentCreateValidationResult (ErrorCollection errorCollection, Option<CommentService.CommentParameters> commentInputParameters)

Public Methods

public Option<CommentService.CommentParameters> getCommentInputParameters ()