public class AccountDataDTO extends Object implements AccountData
| Constructor and Description |
|---|
AccountDataDTO(AccountData accountData) |
AccountDataDTO(UserDTO user,
List<TweetDTO> timeline,
List<TweetDTO> mentions) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Tweet> |
getMentions() |
List<? extends Tweet> |
getTimeline() |
User |
getUser() |
public AccountDataDTO(UserDTO user, List<TweetDTO> timeline, List<TweetDTO> mentions)
public AccountDataDTO(AccountData accountData)
public User getUser()
getUser in interface AccountDatapublic List<? extends Tweet> getTimeline()
getTimeline in interface AccountDatapublic List<? extends Tweet> getMentions()
getMentions in interface AccountDataCopyright © 2019 FJOBI Labs Softwareentwicklung - Felix Jordan. All rights reserved.