public static class

CommentSearchRequest.Builder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.comment.CommentSearchRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(Commentable commentable)
Public Methods
@Nonnull CommentSearchRequest.Builder anchorState(CommentThreadDiffAnchorState value)
@Nonnull CommentSearchRequest build()
@Nonnull CommentSearchRequest.Builder diffType(CommentThreadDiffAnchorType value)
@Nonnull CommentSearchRequest.Builder diffTypes(Iterable<CommentThreadDiffAnchorType> values)
@Nonnull CommentSearchRequest.Builder fromHash(String value)
@Nonnull CommentSearchRequest.Builder path(String value)
@Nonnull CommentSearchRequest.Builder toHash(String value)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (Commentable commentable)

Public Methods

@Nonnull public CommentSearchRequest.Builder anchorState (CommentThreadDiffAnchorState value)

@Nonnull public CommentSearchRequest build ()

@Nonnull public CommentSearchRequest.Builder diffTypes (Iterable<CommentThreadDiffAnchorType> values)

@Nonnull public CommentSearchRequest.Builder fromHash (String value)

@Nonnull public CommentSearchRequest.Builder path (String value)

@Nonnull public CommentSearchRequest.Builder toHash (String value)