Package com.atlassian.bitbucket.comment
Class CommentUpdateRequest
java.lang.Object
com.atlassian.bitbucket.comment.CommentUpdateRequest
A request for making changes to a
comment
- Since:
- 5.0
-
Method Details
-
getCommentId
public long getCommentId() -
getSeverity
- Since:
- 6.7
-
getState
- Since:
- 6.7
-
getText
-
getThreadResolved
- Returns:
- whether the comment thread for this
comment
should be marked as resolved or unresolved, orOptional.empty()
if no change to theresolution state
of the thread should be made - Since:
- 8.9
-
getVersion
public int getVersion()
-