protected static abstract class

AddFileCommentRequest.AbstractFileBuilder

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.AddFileCommentRequest.AbstractFileBuilder<B extends com.atlassian.bitbucket.comment.AddFileCommentRequest.AbstractFileBuilder<B, R extends com.atlassian.bitbucket.comment.AddFileCommentRequest>, R>
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
AbstractFileBuilder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path)
Public Methods
@Nonnull B fromHash(String value)
@Nonnull B srcPath(String value)
@Nonnull B toHash(String value)
[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 AbstractFileBuilder (Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path)

Public Methods

@Nonnull public B fromHash (String value)

@Nonnull public B srcPath (String value)

@Nonnull public B toHash (String value)