public class NewsList extends Object implements Serializable
Constructor and Description |
---|
NewsList(List<NewsSummary> news,
NewsKey lastKey) |
Modifier and Type | Method and Description |
---|---|
NewsKey |
getLastKey()
Returns last news key for which the news list is valid.
|
List<NewsSummary> |
getNews()
Returns list of news summaries.
|
public NewsList(List<NewsSummary> news, NewsKey lastKey)
public List<NewsSummary> getNews()
public NewsKey getLastKey()
Copyright © 2021 Devexperts. All Rights Reserved.