public class Video extends java.lang.Object implements Publishable
| Modifier and Type | Class and Description |
|---|---|
static class |
Video.Builder |
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
getBundle()
Is used for publishing actions.
|
java.util.List<Comment> |
getComments()
All of the comments on this video
|
java.util.Date |
getCreatedTime()
The time the video was initially published
|
java.lang.String |
getDescription()
The description of the video
|
java.lang.String |
getEmbedHtml()
The html element that may be embedded in an Web page to play the video
|
User |
getFrom()
The profile (user or page) that created the video
|
java.lang.String |
getIcon()
The icon that Facebook displays when video are published to the Feed
|
java.lang.String |
getId()
The video ID
|
java.lang.String |
getName()
The video title or caption
|
java.lang.String |
getPath()
https://developers.facebook.com/docs/reference/api/publishing/
|
Permission |
getPermission()
Get the needed permission for being able to publish this item
|
java.lang.String |
getPicture()
The URL for the thumbnail picture for the video
|
java.lang.String |
getSource()
A URL to the raw, playable video file
|
java.util.List<User> |
getTags()
The users who are tagged in this video
|
java.util.Date |
getUpdateTime()
The last time the video or its caption were updated
|
public java.lang.String getPath()
PublishablegetPath in interface Publishablepublic Permission getPermission()
PublishablegetPermission in interface PublishablePermissionpublic android.os.Bundle getBundle()
PublishablegetBundle in interface Publishablepublic java.util.List<Comment> getComments()
public java.util.Date getCreatedTime()
public java.lang.String getDescription()
public java.lang.String getEmbedHtml()
public User getFrom()
public java.lang.String getIcon()
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getPicture()
public java.lang.String getSource()
public java.util.List<User> getTags()
public java.util.Date getUpdateTime()