Class GetConversationsByIdExtendedResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.messages.GetConversationById
-
- com.vk.api.sdk.objects.messages.responses.GetConversationsByIdExtendedResponse
-
- All Implemented Interfaces:
Validable
public class GetConversationsByIdExtendedResponse extends GetConversationById implements Validable
GetConversationsByIdExtendedResponse object
-
-
Constructor Summary
Constructors Constructor Description GetConversationsByIdExtendedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<GroupFull>getGroups()java.util.List<UserFull>getProfiles()inthashCode()GetConversationsByIdExtendedResponsesetGroups(java.util.List<GroupFull> groups)GetConversationsByIdExtendedResponsesetProfiles(java.util.List<UserFull> profiles)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.objects.messages.GetConversationById
getCount, getItems, setCount, setItems
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
getProfiles
public java.util.List<UserFull> getProfiles()
-
setProfiles
public GetConversationsByIdExtendedResponse setProfiles(java.util.List<UserFull> profiles)
-
getGroups
public java.util.List<GroupFull> getGroups()
-
setGroups
public GetConversationsByIdExtendedResponse setGroups(java.util.List<GroupFull> groups)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGetConversationById
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classGetConversationById
-
toString
public java.lang.String toString()
- Overrides:
toStringin classGetConversationById
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classGetConversationById
-
-