Package com.gooddata.gdc
Class LinkEntries
- java.lang.Object
-
- com.gooddata.gdc.LinkEntries
-
public class LinkEntries extends Object
Collection of links. Typically used as a result of asynchronous task returning more links. Deserialization only.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classLinkEntries.LinkEntry
-
Constructor Summary
Constructors Modifier Constructor Description protectedLinkEntries(List<LinkEntries.LinkEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<LinkEntries.LinkEntry>getEntries()StringtoString()
-
-
-
Constructor Detail
-
LinkEntries
protected LinkEntries(List<LinkEntries.LinkEntry> entries)
-
-
Method Detail
-
getEntries
protected List<LinkEntries.LinkEntry> getEntries()
-
-