Class CommentService.CommentUpdateValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.comment.CommentService.CommentUpdateValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- CommentService
- See Also:
-
Constructor Summary
ConstructorDescriptionCommentUpdateValidationResult
(SimpleErrorCollection errorCollection, io.atlassian.fugue.Option<Map<String, JSONObject>> commentProperties, io.atlassian.fugue.Option<Comment> comment) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<Comment>
io.atlassian.fugue.Option<Map<String,
JSONObject>> Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
CommentUpdateValidationResult
public CommentUpdateValidationResult(SimpleErrorCollection errorCollection, io.atlassian.fugue.Option<Map<String, JSONObject>> commentProperties, io.atlassian.fugue.Option<Comment> comment)
-
-
Method Details
-
getComment
-
getCommentProperties
-