@JsonSurrogate public class

RestPullRequestRef

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.pull.RestPullRequestRef

Summary

Fields
public static final RestPullRequestRef REQUEST_FEATURE_EXAMPLE
public static final RestPullRequestRef REQUEST_MASTER_EXAMPLE
public static final RestPullRequestRef RESPONSE_FEATURE_EXAMPLE
public static final RestPullRequestRef RESPONSE_MASTER_EXAMPLE
Public Constructors
RestPullRequestRef(PullRequestRef ref)
RestPullRequestRef(String refId, String displayId, String latestCommit, RestRepository repository)
Public Methods
@Nonnull String getId()
RestRepository getRepository()
@Nullable static RestPullRequestRef valueOf(Object value)
[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 RestPullRequestRef REQUEST_FEATURE_EXAMPLE

public static final RestPullRequestRef REQUEST_MASTER_EXAMPLE

public static final RestPullRequestRef RESPONSE_FEATURE_EXAMPLE

public static final RestPullRequestRef RESPONSE_MASTER_EXAMPLE

Public Constructors

public RestPullRequestRef (PullRequestRef ref)

public RestPullRequestRef (String refId, String displayId, String latestCommit, RestRepository repository)

Public Methods

@Nonnull public String getId ()

public RestRepository getRepository ()

@Nullable public static RestPullRequestRef valueOf (Object value)