public static class

AddPullRequestFileCommentRequest.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.pull.AddPullRequestFileCommentRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(PullRequest pullRequest)
Builder(AddPullRequestFileCommentRequest request)
Public Methods
@Nonnull AddPullRequestFileCommentRequest build()
Protected Methods
@Nonnull AddPullRequestFileCommentRequest.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 (PullRequest pullRequest)

public Builder (AddPullRequestFileCommentRequest request)

Public Methods

@Nonnull public AddPullRequestFileCommentRequest build ()

Protected Methods

@Nonnull protected AddPullRequestFileCommentRequest.Builder self ()