Package com.vk.api.sdk.objects.wall
Class WallpostFull
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.Wallpost
-
- com.vk.api.sdk.objects.wall.WallpostFull
-
-
Constructor Summary
Constructors Constructor Description WallpostFull()
-
Method Summary
-
Methods inherited from class com.vk.api.sdk.objects.wall.Wallpost
getAccessKey, getAttachments, getCopyright, getDate, getEdited, getFromId, getGeo, getId, getIsArchived, getIsDeleted, getIsFavorite, getLikes, getOwnerId, getParentsStack, getPoster, getPostId, getPostSource, getPostType, getReposts, getSignerId, getText, getViews, setAccessKey, setAttachments, setCopyright, setDate, setEdited, setFromId, setGeo, setId, setIsArchived, setIsDeleted, setIsFavorite, setLikes, setOwnerId, setParentsStack, setPoster, setPostId, setPostSource, setPostType, setReposts, setSignerId, setText, setViews
-
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
-
getCopyHistory
public java.util.List<Wallpost> getCopyHistory()
-
setCopyHistory
public WallpostFull setCopyHistory(java.util.List<Wallpost> copyHistory)
-
canEdit
public boolean canEdit()
-
getCanEdit
public BoolInt getCanEdit()
-
getCreatedBy
public java.lang.Integer getCreatedBy()
-
setCreatedBy
public WallpostFull setCreatedBy(java.lang.Integer createdBy)
-
canDelete
public boolean canDelete()
-
getCanDelete
public BoolInt getCanDelete()
-
canPin
public boolean canPin()
-
getCanPin
public BoolInt getCanPin()
-
getDonut
public WallpostDonut getDonut()
-
setDonut
public WallpostFull setDonut(WallpostDonut donut)
-
getIsPinned
public java.lang.Integer getIsPinned()
-
setIsPinned
public WallpostFull setIsPinned(java.lang.Integer isPinned)
-
getComments
public CommentsInfo getComments()
-
setComments
public WallpostFull setComments(CommentsInfo comments)
-
isMarkedAsAds
public boolean isMarkedAsAds()
-
getMarkedAsAds
public BoolInt getMarkedAsAds()
-
getTopicId
public WallpostFullTopicId getTopicId()
-
setTopicId
public WallpostFull setTopicId(WallpostFullTopicId topicId)
-
getShortTextRate
public java.lang.Float getShortTextRate()
-
setShortTextRate
public WallpostFull setShortTextRate(java.lang.Float shortTextRate)
-
getHash
public java.lang.String getHash()
-
setHash
public WallpostFull setHash(java.lang.String hash)
-
toPrettyString
public java.lang.String toPrettyString()
- Overrides:
toPrettyStringin classWallpost
-
-