public static class GetHistory.Response.ResponseObject extends VkList<Message>
Constructor and Description |
---|
ResponseObject() |
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 © 2021. All rights reserved.