Package com.vk.api.sdk.objects.newsfeed
Class NewsfeedPhoto
- java.lang.Object
-
- com.vk.api.sdk.objects.photos.Photo
-
- com.vk.api.sdk.objects.newsfeed.NewsfeedPhoto
-
-
Constructor Summary
Constructors Constructor Description NewsfeedPhoto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRepost()booleanequals(java.lang.Object o)BoolIntgetCanRepost()ObjectCountgetComments()LikesgetLikes()inthashCode()NewsfeedPhotosetComments(ObjectCount comments)NewsfeedPhotosetLikes(Likes likes)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.objects.photos.Photo
canComment, getAccessKey, getAlbumId, getCanComment, getDate, getHasTags, getHeight, getId, getImages, getLat, getLng, getOwnerId, getPhoto256, getPlace, getPostId, getSizes, getText, getUserId, getWidth, setAccessKey, setAlbumId, setDate, setHasTags, setHeight, setId, setImages, setLat, setLng, setOwnerId, setPhoto256, setPlace, setPostId, setSizes, setText, setUserId, setWidth
-
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
-
getLikes
public Likes getLikes()
-
setLikes
public NewsfeedPhoto setLikes(Likes likes)
-
getComments
public ObjectCount getComments()
-
setComments
public NewsfeedPhoto setComments(ObjectCount comments)
-
canRepost
public boolean canRepost()
-
getCanRepost
public BoolInt getCanRepost()
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classPhoto
-
-