-
- All Implemented Interfaces:
public final class CardsListState.Content extends CardsListState
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CardItemUiModel>cards
-
Constructor Summary
Constructors Constructor Description CardsListState.Content(List<CardItemUiModel> cards)
-
Method Summary
Modifier and Type Method Description final List<CardItemUiModel>getCards()-
-
Constructor Detail
-
CardsListState.Content
CardsListState.Content(List<CardItemUiModel> cards)
-
-
Method Detail
-
getCards
final List<CardItemUiModel> getCards()
-
-
-
-