Spring Social Facebook

org.springframework.social.facebook.api
Class Video

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

public class Video
extends java.lang.Object

Model class representing a video.

Author:
Craig Walls

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

Method Detail

getId

public java.lang.String getId()

getFrom

public Reference getFrom()

getTags

public java.util.List<Tag> getTags()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getPicture

@Deprecated
public java.lang.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 java.lang.String getEmbedHtml()

getIcon

public java.lang.String getIcon()

getSource

public java.lang.String getSource()

getCreatedTime

public java.util.Date getCreatedTime()

getUpdatedTime

public java.util.Date getUpdatedTime()

Spring Social Facebook