public static class

AddCommentRequest.Builder

extends AddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AddCommentRequest>, R>
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>
       ↳ com.atlassian.bitbucket.comment.AddCommentRequest.Builder

Summary

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

Public Constructors

public Builder (Commentable commentable, String text)

Public Methods

@Nonnull public AddCommentRequest build ()

@Nonnull public AddCommentRequest.Builder self ()