public class Video extends FacebookType
FacebookType.Metadata
Constructor and Description |
---|
Video() |
Modifier and Type | Method and Description |
---|---|
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()
The video title / caption.
|
String |
getPicture()
A picture URL which represents the video.
|
Date |
getUpdatedTime()
The last time the video or its caption were updated.
|
equals, getId, getMetadata, getType, hashCode, toString
public CategorizedFacebookType getFrom()
public String getMessage()
public String getDescription()
public Integer getLength()
public String getPicture()
public String getIcon()
public String getEmbedHtml()
public List<Comment> getComments()
public Date getCreatedTime()
public Date getUpdatedTime()
Copyright © 2014. All rights reserved.