Package com.vk.api.sdk.objects.newsfeed
Class ListFull
- java.lang.Object
-
- com.vk.api.sdk.objects.newsfeed.List
-
- com.vk.api.sdk.objects.newsfeed.ListFull
-
-
Constructor Summary
Constructors Constructor Description ListFull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BoolIntgetNoReposts()java.util.List<java.lang.Integer>getSourceIds()inthashCode()booleanisNoReposts()ListFullsetSourceIds(java.util.List<java.lang.Integer> sourceIds)java.lang.StringtoPrettyString()java.lang.StringtoString()-
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
-
isNoReposts
public boolean isNoReposts()
-
getNoReposts
public BoolInt getNoReposts()
-
getSourceIds
public java.util.List<java.lang.Integer> getSourceIds()
-
setSourceIds
public ListFull setSourceIds(java.util.List<java.lang.Integer> sourceIds)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classList
-
-