org.springframework.social.facebook.api
Class Video
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Video
public class Video
- extends FacebookObject
Model class representing a video.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public String getId()
getFrom
public Reference getFrom()
getTags
public List<Tag> getTags()
getName
public String getName()
getDescription
public String getDescription()
getPicture
@Deprecated
public String getPicture()
- Deprecated. This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture.
- The video's picture.
getEmbedHtml
public String getEmbedHtml()
getIcon
public String getIcon()
getSource
public String getSource()
getCreatedTime
public Date getCreatedTime()
getUpdatedTime
public Date getUpdatedTime()