@JsonSurrogate public class

RestLabel

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.label.RestLabel

Summary

Fields
public static final RestPage<RestLabel> PAGED_EXAMPLE_RESPONSE
public static final RestLabel REQUEST_EXAMPLE
public static final RestLabel RESPONSE_EXAMPLE
Public Constructors
RestLabel()
RestLabel(Label label)
Public Methods
@Nonnull String getName()
[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 RestPage<RestLabel> PAGED_EXAMPLE_RESPONSE

public static final RestLabel REQUEST_EXAMPLE

public static final RestLabel RESPONSE_EXAMPLE

Public Constructors

public RestLabel ()

public RestLabel (Label label)

Public Methods

@Nonnull public String getName ()