Package knf.hydra.core.models.data
Class CollectionData
-
- All Implemented Interfaces:
public final class CollectionData extends ExtraData
Represents a collection of items with a title, optional image and an optional ClickAction.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CollectionItem>list
-
Constructor Summary
Constructors Constructor Description CollectionData(List<CollectionItem> list)
-
Method Summary
Modifier and Type Method Description final List<CollectionItem>getList()-
-
Constructor Detail
-
CollectionData
CollectionData(List<CollectionItem> list)
-
-
Method Detail
-
getList
final List<CollectionItem> getList()
-
-
-
-