public static class

AddLineCommentRequest.Builder

extends AddFileCommentRequest.AbstractFileBuilder<B extends AbstractFileBuilder<B, R extends AddFileCommentRequest>, R>
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder<B extends com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder<B, R extends com.atlassian.bitbucket.comment.AddCommentRequest>, R>
       ↳ com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder<B extends com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder<B, R extends com.atlassian.bitbucket.comment.AddFileCommentRequest>, R>
         ↳ com.atlassian.bitbucket.comment.AddLineCommentRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path)
Public Methods
@Nonnull AddLineCommentRequest build()
@Nonnull AddLineCommentRequest.Builder fileType(DiffFileType value)
@Nonnull AddLineCommentRequest.Builder line(int value)
@Nonnull AddLineCommentRequest.Builder lineType(DiffSegmentType value)
Protected Methods
@Nonnull AddLineCommentRequest.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder
From class com.atlassian.bitbucket.comment.AddCommentRequest.AbstractBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path)

Public Methods

@Nonnull public AddLineCommentRequest build ()

@Nonnull public AddLineCommentRequest.Builder fileType (DiffFileType value)

@Nonnull public AddLineCommentRequest.Builder line (int value)

@Nonnull public AddLineCommentRequest.Builder lineType (DiffSegmentType value)

Protected Methods

@Nonnull protected AddLineCommentRequest.Builder self ()