@JsonSurrogate public class

RestCommentThreadDiffAnchor

extends RestMapEntity
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.comment.RestCommentThreadDiffAnchor

Summary

Fields
public static final RestCommentThreadDiffAnchor LINE_REQUEST_MINIMUM_EXAMPLE
public static final Function<CommentThreadDiffAnchorRestCommentThreadDiffAnchor> REST_TRANSFORM
Public Constructors
RestCommentThreadDiffAnchor()
RestCommentThreadDiffAnchor(Map<StringObject> values)
RestCommentThreadDiffAnchor(CommentThreadDiffAnchor anchor)
Public Methods
CommentThreadDiffAnchorType getDiffType()
DiffFileType getFileType()
String getFromHash()
int getLine()
DiffSegmentType getLineType()
RestPath getPath()
@Nullable RestPullRequest getPullRequest()
RestPath getSrcPath()
String getToHash()
boolean hasSrcPath()
boolean isLineComment()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Fields

public static final RestCommentThreadDiffAnchor LINE_REQUEST_MINIMUM_EXAMPLE

public static final Function<CommentThreadDiffAnchorRestCommentThreadDiffAnchor> REST_TRANSFORM

Public Constructors

public RestCommentThreadDiffAnchor ()

public RestCommentThreadDiffAnchor (Map<StringObject> values)

public RestCommentThreadDiffAnchor (CommentThreadDiffAnchor anchor)

Public Methods

public CommentThreadDiffAnchorType getDiffType ()

public DiffFileType getFileType ()

public String getFromHash ()

public int getLine ()

public DiffSegmentType getLineType ()

public RestPath getPath ()

@Nullable public RestPullRequest getPullRequest ()

public RestPath getSrcPath ()

public String getToHash ()

public boolean hasSrcPath ()

public boolean isLineComment ()