public final enum

CommentThreadDiffAnchorState

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.comment.CommentThreadDiffAnchorState

Class Overview

An enumeration of anchor states for comment thread search

See Also

Summary

Enum Values
CommentThreadDiffAnchorState  ACTIVE  Only Active comments. 
CommentThreadDiffAnchorState  ALL  Both Active and Outdated comments. 
CommentThreadDiffAnchorState  ORPHANED  Only Orphaned comments. 
Public Methods
static CommentThreadDiffAnchorState valueOf(String name)
final static CommentThreadDiffAnchorState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CommentThreadDiffAnchorState ACTIVE

Only Active comments.

public static final CommentThreadDiffAnchorState ALL

Both Active and Outdated comments.

public static final CommentThreadDiffAnchorState ORPHANED

Only Orphaned comments.

Public Methods

public static CommentThreadDiffAnchorState valueOf (String name)

public static final CommentThreadDiffAnchorState[] values ()