public static final class CommentService.CommentUpdateValidationResult extends ServiceResultImpl
Constructor and Description |
---|
CommentUpdateValidationResult(SimpleErrorCollection errorCollection,
io.atlassian.fugue.Option<Map<String,JSONObject>> commentProperties,
io.atlassian.fugue.Option<Comment> comment) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Option<Comment> |
getComment() |
io.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, io.atlassian.fugue.Option<Map<String,JSONObject>> commentProperties, io.atlassian.fugue.Option<Comment> comment)
public io.atlassian.fugue.Option<Comment> getComment()
public io.atlassian.fugue.Option<Map<String,JSONObject>> getCommentProperties()
Copyright © 2002-2022 Atlassian. All Rights Reserved.