|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Video
public class Video
Represents the Video Graph API type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
---|
FacebookType.Metadata |
Constructor Summary | |
---|---|
Video()
|
Method Summary | |
---|---|
List<Comment> |
getComments()
Comments for the video. |
Date |
getCreatedTime()
The time the video was initially published. |
String |
getDescription()
The long-form HTML description of the video. |
String |
getEmbedHtml()
HTML that may be used to embed the video on another website. |
CategorizedFacebookType |
getFrom()
An object containing the name and ID of the user who posted the video. |
String |
getIcon()
An icon URL which represents the video. |
Integer |
getLength()
The length of the video, in seconds. |
String |
getMessage()
Deprecated. FB seems to have removed this field. |
String |
getPicture()
A picture URL which represents the video. |
String |
getSource()
A URL to the raw, playable video file. |
List<NamedFacebookType> |
getTags()
Tags for the video. |
Date |
getUpdatedTime()
The last time the video or its caption were updated. |
Methods inherited from class com.restfb.types.NamedFacebookType |
---|
getName |
Methods inherited from class com.restfb.types.FacebookType |
---|
equals, getId, getMetadata, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Video()
Method Detail |
---|
public CategorizedFacebookType getFrom()
public String getMessage()
public String getDescription()
public Integer getLength()
public String getPicture()
public String getIcon()
public String getSource()
public String getEmbedHtml()
public List<NamedFacebookType> getTags()
public List<Comment> getComments()
public Date getCreatedTime()
public Date getUpdatedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |