org.springframework.social.facebook.api
Class VideoPost
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Post
org.springframework.social.facebook.api.VideoPost
public class VideoPost
- extends Post
Model class representing a Post announcing a Video to a feed. This is not the Video itself.
To get the Video object, get the video's ID by calling getVideoId() then pass it to MediaOperations.getVideo(videoId).
Methods inherited from class org.springframework.social.facebook.api.Post |
getApplication, getCaption, getCommentCount, getComments, getCreatedTime, getDescription, getFrom, getIcon, getId, getLikeCount, getLikes, getLink, getMessage, getName, getPicture, getSharesCount, getStory, getStoryTags, getTo, getType, getUpdatedTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoPost
public VideoPost(String id,
Reference from,
Date createdTime,
Date updatedTime)
getSource
public String getSource()
getVideoId
public String getVideoId()
getTags
public List<Tag> getTags()