public class

CommentSearchRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.comment.CommentSearchRequest

Class Overview

A request for searching for comments and threads.

Summary

Nested Classes
class CommentSearchRequest.Builder  
Public Methods
@Nonnull CommentThreadDiffAnchorState getAnchorState()
@Nonnull Commentable getCommentable()
@Nonnull Set<CommentThreadDiffAnchorType> getDiffTypes()
@Nullable String getFromHash()
@Nullable String getPath()
@Nullable String getToHash()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public CommentThreadDiffAnchorState getAnchorState ()

@Nonnull public Commentable getCommentable ()

@Nonnull public Set<CommentThreadDiffAnchorType> getDiffTypes ()

@Nullable public String getFromHash ()

@Nullable public String getPath ()

@Nullable public String getToHash ()