Cookie Notice

Use Tree Navigation
public class

RestRelatedLinks

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.util.RestRelatedLinks

Class Overview

Represents multiple collections of links where links in each collection are related by some concept.

Summary

Nested Classes
class RestRelatedLinks.Builder  
Constants
String RELATIONSHIP_CLONE
String RELATIONSHIP_SELF
[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

Constants

public static final String RELATIONSHIP_CLONE

Constant Value: "clone"

public static final String RELATIONSHIP_SELF

Constant Value: "self"
Feedback?
View cookie preferences