Class CommentUpdateRequest

java.lang.Object
com.atlassian.bitbucket.comment.CommentUpdateRequest

public class CommentUpdateRequest extends Object
A request for making changes to a comment
Since:
5.0
  • Method Details

    • getCommentId

      public long getCommentId()
    • getSeverity

      @Nullable public CommentSeverity getSeverity()
      Since:
      6.7
    • getState

      @Nullable public CommentState getState()
      Since:
      6.7
    • getText

      @Nullable public String getText()
    • getThreadResolved

      @Nonnull public Optional<Boolean> getThreadResolved()
      Returns:
      whether the comment thread for this comment should be marked as resolved or unresolved, or Optional.empty() if no change to the resolution state of the thread should be made
      Since:
      8.9
    • getVersion

      public int getVersion()