Cookie Notice

Use Tree Navigation
@JsonSurrogate public class

RestMinimalRef

extends RestMapEntity
implements MinimalRef
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.repository.RestMinimalRef
Known Direct Subclasses
Known Indirect Subclasses

Summary

Constants
String DISPLAY_ID
String ID
String TYPE
Fields
public static final RestMinimalRef RESPONSE_EXAMPLE
public static final Function<MinimalRefRestMinimalRef> REST_TRANSFORM
Public Constructors
RestMinimalRef()
RestMinimalRef(MinimalRef ref)
Protected Constructors
RestMinimalRef(String id, String displayId, RefType type)
Public Methods
@Nonnull String getDisplayId()
@Nonnull String getId()
@Nonnull RefType getType()
@Nullable static RestMinimalRef 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 com.atlassian.bitbucket.repository.MinimalRef
From interface java.util.Map

Constants

protected static final String DISPLAY_ID

Constant Value: "displayId"

protected static final String ID

Constant Value: "id"

protected static final String TYPE

Constant Value: "type"

Fields

public static final RestMinimalRef RESPONSE_EXAMPLE

public static final Function<MinimalRefRestMinimalRef> REST_TRANSFORM

Public Constructors

public RestMinimalRef ()

public RestMinimalRef (MinimalRef ref)

Protected Constructors

protected RestMinimalRef (String id, String displayId, RefType type)

Public Methods

@Nonnull public String getDisplayId ()

@Nonnull public String getId ()

@Nonnull public RefType getType ()

@Nullable public static RestMinimalRef valueOf (Object value)

Feedback?
View cookie preferences