@JsonSurrogate public class

RestPullRequestDiffCommentAnchor

extends RestDiffCommentAnchor
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.RestDiffCommentAnchor
             ↳ com.atlassian.bitbucket.rest.pull.RestPullRequestDiffCommentAnchor

Summary

[Expand]
Inherited Constants
From class com.atlassian.bitbucket.rest.comment.RestDiffCommentAnchor
Fields
public static final RestPullRequestDiffCommentAnchor FILE_COMMENT_RESPONSE
public static final RestPullRequestDiffCommentAnchor LINE_COMMENT_RESPONSE
public static final Function<PullRequestDiffCommentAnchorRestPullRequestDiffCommentAnchor> REST_TRANSFORM
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.comment.RestDiffCommentAnchor
Public Constructors
RestPullRequestDiffCommentAnchor()
RestPullRequestDiffCommentAnchor(PullRequestDiffCommentAnchor anchor)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.comment.RestDiffCommentAnchor
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 RestPullRequestDiffCommentAnchor FILE_COMMENT_RESPONSE

public static final RestPullRequestDiffCommentAnchor LINE_COMMENT_RESPONSE

public static final Function<PullRequestDiffCommentAnchorRestPullRequestDiffCommentAnchor> REST_TRANSFORM

Public Constructors

public RestPullRequestDiffCommentAnchor ()

public RestPullRequestDiffCommentAnchor (PullRequestDiffCommentAnchor anchor)