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, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasWarningspublic 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-2021 Atlassian. All Rights Reserved.