org.springframework.social.facebook.api
Class Video

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Video

public class Video
extends FacebookObject

Model class representing a video.


Method Summary
 Date getCreatedTime()
           
 String getDescription()
           
 String getEmbedHtml()
           
 Reference getFrom()
           
 String getIcon()
           
 String getId()
           
 String getName()
           
 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.
 String getSource()
           
 List<Tag> getTags()
           
 Date getUpdatedTime()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()