Package com.vk.api.sdk.objects.messages
Class GetConversationByIdExtended
- java.lang.Object
-
- com.vk.api.sdk.objects.messages.GetConversationById
-
- com.vk.api.sdk.objects.messages.GetConversationByIdExtended
-
- All Implemented Interfaces:
Validable
public class GetConversationByIdExtended extends GetConversationById implements Validable
GetConversationByIdExtended object
-
-
Constructor Summary
Constructors Constructor Description GetConversationByIdExtended()
-
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()GetConversationByIdExtendedsetGroups(java.util.List<GroupFull> groups)GetConversationByIdExtendedsetProfiles(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 GetConversationByIdExtended setProfiles(java.util.List<UserFull> profiles)
-
getGroups
public java.util.List<GroupFull> getGroups()
-
setGroups
public GetConversationByIdExtended 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
-
-