public static final class CommentService.CommentUpdateValidationResult extends ServiceResultImpl
Constructor and Description |
---|
CommentUpdateValidationResult(SimpleErrorCollection errorCollection,
com.atlassian.fugue.Option<Map<String,JSONObject>> commentProperties,
com.atlassian.fugue.Option<Comment> comment) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Comment> |
getComment() |
com.atlassian.fugue.Option<Map<String,JSONObject>> |
getCommentProperties() |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
public CommentUpdateValidationResult(SimpleErrorCollection errorCollection, com.atlassian.fugue.Option<Map<String,JSONObject>> commentProperties, com.atlassian.fugue.Option<Comment> comment)
public com.atlassian.fugue.Option<Comment> getComment()
public com.atlassian.fugue.Option<Map<String,JSONObject>> getCommentProperties()
Copyright © 2002-2015 Atlassian. All Rights Reserved.