public static abstract class

AbstractPullRequestRequest.AbstractBuilder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder<T extends com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder<T>>
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractBuilder(PullRequest pullRequest)
AbstractBuilder(int repositoryId, long pullRequestId)
Protected Methods
@Nonnull abstract T self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Protected Constructors

protected AbstractBuilder (PullRequest pullRequest)

protected AbstractBuilder (int repositoryId, long pullRequestId)

Protected Methods

@Nonnull protected abstract T self ()