Class AddLineCommentRequest


public class AddLineCommentRequest extends AddFileCommentRequest
Request to create or update a line comment.
Since:
5.0
  • Constructor Details

  • Method Details

    • getFileType

      @Nonnull public DiffFileType getFileType()
      Returns:
      the type of the file the comments is attached to
    • getLine

      public int getLine()
      Returns:
      the line number in the diff
    • getLineType

      @Nonnull public DiffSegmentType getLineType()
      Returns:
      the type of the diff segment the commented line represents