public static final class

CommentService.CommentUpdateValidationResult

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

Summary

Public Constructors
CommentUpdateValidationResult(SimpleErrorCollection errorCollection, Option<Map<StringJSONObject>> commentProperties, Option<Comment> comment)
Public Methods
Option<Comment> getComment()
Option<Map<StringJSONObject>> getCommentProperties()
[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 CommentUpdateValidationResult (SimpleErrorCollection errorCollection, Option<Map<StringJSONObject>> commentProperties, Option<Comment> comment)

Public Methods

public Option<Comment> getComment ()

public Option<Map<StringJSONObject>> getCommentProperties ()