public static abstract class

AbstractAddCommentRequest.AbstractBuilder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.comment.AbstractAddCommentRequest.AbstractBuilder<B extends com.atlassian.stash.comment.AbstractAddCommentRequest.AbstractBuilder<B, R extends com.atlassian.stash.comment.AbstractAddCommentRequest>, R>
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Constructors
AbstractAddCommentRequest.AbstractBuilder()
Public Methods
@Nonnull abstract R build()
@Nonnull B fromHash(String value)
@Nonnull B path(String value)
@Nonnull B srcPath(String value)
@Nonnull B text(String value)
@Nonnull B toHash(String value)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Constructors

public AbstractAddCommentRequest.AbstractBuilder ()

Public Methods

@Nonnull public abstract R build ()

@Nonnull public B fromHash (String value)

@Nonnull public B path (String value)

@Nonnull public B srcPath (String value)

@Nonnull public B text (String value)

@Nonnull public B toHash (String value)

Protected Methods

@Nonnull protected abstract B self ()