com.atlassian.jira.bc.issue.comment
Class CommentService.CommentUpdateValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.comment.CommentService.CommentUpdateValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
CommentService

public static final class CommentService.CommentUpdateValidationResult
extends ServiceResultImpl


Constructor Summary
CommentService.CommentUpdateValidationResult(SimpleErrorCollection errorCollection, com.atlassian.fugue.Option<Map<String,JSONObject>> commentProperties, com.atlassian.fugue.Option<Comment> comment)
           
 
Method Summary
 com.atlassian.fugue.Option<Comment> getComment()
           
 com.atlassian.fugue.Option<Map<String,JSONObject>> getCommentProperties()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentService.CommentUpdateValidationResult

public CommentService.CommentUpdateValidationResult(SimpleErrorCollection errorCollection,
                                                    com.atlassian.fugue.Option<Map<String,JSONObject>> commentProperties,
                                                    com.atlassian.fugue.Option<Comment> comment)
Method Detail

getComment

public com.atlassian.fugue.Option<Comment> getComment()

getCommentProperties

public com.atlassian.fugue.Option<Map<String,JSONObject>> getCommentProperties()


Copyright © 2002-2014 Atlassian. All Rights Reserved.