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