public static class

AddCommitLineCommentRequest.Builder

extends AbstractAddLineCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddLineCommentRequest>, R>
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.comment.AbstractAddFileCommentRequest.AbstractBuilder<B extends com.atlassian.bitbucket.comment.AbstractAddFileCommentRequest.AbstractBuilder<B, R extends com.atlassian.bitbucket.comment.AbstractAddFileCommentRequest>, R>
       ↳ com.atlassian.bitbucket.comment.AbstractAddLineCommentRequest.AbstractBuilder<B extends com.atlassian.bitbucket.comment.AbstractAddLineCommentRequest.AbstractBuilder<B, R extends com.atlassian.bitbucket.comment.AbstractAddLineCommentRequest>, R>
         ↳ com.atlassian.bitbucket.comment.commit.AddCommitLineCommentRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(Repository repository, String toHash)
Builder(AddCommitLineCommentRequest request)
Public Methods
@Nonnull AddCommitLineCommentRequest build()
@Nonnull AddCommitLineCommentRequest.Builder fromHash(String value)
@Nonnull AddCommitLineCommentRequest.Builder pullRequestId(Long value)
Protected Methods
@Nonnull AddCommitLineCommentRequest.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.comment.AbstractAddLineCommentRequest.AbstractBuilder
From class com.atlassian.bitbucket.comment.AbstractAddFileCommentRequest.AbstractBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (Repository repository, String toHash)

public Builder (AddCommitLineCommentRequest request)

Public Methods

@Nonnull public AddCommitLineCommentRequest build ()

@Nonnull public AddCommitLineCommentRequest.Builder fromHash (String value)

@Nonnull public AddCommitLineCommentRequest.Builder pullRequestId (Long value)

Protected Methods

@Nonnull protected AddCommitLineCommentRequest.Builder self ()