public static abstract class

AddCommentRequest.AbstractBuilder

extends BuilderSupport
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>
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
AbstractBuilder(Commentable commentable, String text)
Public Methods
@Nonnull abstract R build()
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public AbstractBuilder (Commentable commentable, String text)

Public Methods

@Nonnull public abstract R build ()

Protected Methods

@Nonnull protected abstract B self ()