@JsonSurrogate public class

RestTag

extends RestRef
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
             ↳ com.atlassian.bitbucket.rest.repository.RestRef
               ↳ com.atlassian.bitbucket.rest.repository.RestTag

Summary

[Expand]
Inherited Constants
From class com.atlassian.bitbucket.rest.repository.RestMinimalRef
Fields
public static final RestTag EXAMPLE
public static final RestPage<RestTag> PAGE_EXAMPLE
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.repository.RestMinimalRef
Public Constructors
RestTag(Tag tag)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.repository.RestMinimalRef
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

Fields

public static final RestTag EXAMPLE

public static final RestPage<RestTag> PAGE_EXAMPLE

Public Constructors

public RestTag (Tag tag)