public static class

AddCommitFileCommentRequest.Builder

extends AbstractAddFileCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddFileCommentRequest>, 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.commit.AddCommitFileCommentRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(Repository repository, String toHash)
Builder(AddCommitFileCommentRequest request)
Public Methods
@Nonnull AddCommitFileCommentRequest build()
@Nonnull AddCommitFileCommentRequest.Builder fromHash(String value)
@Nonnull AddCommitFileCommentRequest.Builder pullRequestId(Long value)
Protected Methods
@Nonnull AddCommitFileCommentRequest.Builder self()
[Expand]
Inherited Methods
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 (AddCommitFileCommentRequest request)

Public Methods

@Nonnull public AddCommitFileCommentRequest build ()

@Nonnull public AddCommitFileCommentRequest.Builder fromHash (String value)

@Nonnull public AddCommitFileCommentRequest.Builder pullRequestId (Long value)

Protected Methods

@Nonnull protected AddCommitFileCommentRequest.Builder self ()