@Deprecated public final enum

PullRequestCommentAnchorDiffType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.pull.PullRequestCommentAnchorDiffType

This enum is deprecated.
in 4.12 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog

Class Overview

Enumerates the different types of diffs a pull request comment can be anchored to

Summary

Enum Values
PullRequestCommentAnchorDiffType  COMMIT  The commit diff displays the changes introduced by one of the commits in the pull request  
PullRequestCommentAnchorDiffType  EFFECTIVE  The effective diff shows all the changes introduced by the pull request  
PullRequestCommentAnchorDiffType  RANGE  The range diff displays the changes introduced by a number of the commits in the pull request 
Public Methods
@Nonnull static PullRequestCommentAnchorDiffType fromId(int id)
int getId()
static PullRequestCommentAnchorDiffType valueOf(String name)
final static PullRequestCommentAnchorDiffType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PullRequestCommentAnchorDiffType COMMIT

The commit diff displays the changes introduced by one of the commits in the pull request

public static final PullRequestCommentAnchorDiffType EFFECTIVE

The effective diff shows all the changes introduced by the pull request

public static final PullRequestCommentAnchorDiffType RANGE

The range diff displays the changes introduced by a number of the commits in the pull request

Public Methods

@Nonnull public static PullRequestCommentAnchorDiffType fromId (int id)

public int getId ()

public static PullRequestCommentAnchorDiffType valueOf (String name)

public static final PullRequestCommentAnchorDiffType[] values ()