public static class

AddDiffCommentRequest.Builder

extends AbstractAddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddCommentRequest>, R>
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>
       ↳ com.atlassian.stash.comment.AddDiffCommentRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Constructors
AddDiffCommentRequest.Builder()
Public Methods
@Nonnull AddDiffCommentRequest build()
@Nonnull AddDiffCommentRequest.Builder fileType(DiffFileType value)
@Nonnull AddDiffCommentRequest.Builder line(int value)
@Nonnull AddDiffCommentRequest.Builder lineType(DiffSegmentType value)
Protected Methods
@Nonnull AddDiffCommentRequest.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.stash.comment.AbstractAddCommentRequest.AbstractBuilder
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Constructors

public AddDiffCommentRequest.Builder ()

Public Methods

@Nonnull public AddDiffCommentRequest build ()

@Nonnull public AddDiffCommentRequest.Builder fileType (DiffFileType value)

@Nonnull public AddDiffCommentRequest.Builder line (int value)

@Nonnull public AddDiffCommentRequest.Builder lineType (DiffSegmentType value)

Protected Methods

@Nonnull protected AddDiffCommentRequest.Builder self ()