public static class GetHistory.ResponseBody.Response extends VkList<Message>
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
List<Conversation> |
getConversations() |
List<User> |
getProfiles() |
Integer |
getUnread() |
void |
setConversations(List<Conversation> conversations) |
void |
setProfiles(List<User> profiles) |
void |
setUnread(Integer unread) |
String |
toString() |
public Integer getUnread()
public void setUnread(Integer unread)
public List<Conversation> getConversations()
public void setConversations(List<Conversation> conversations)
Copyright © 2022. All rights reserved.