|
||||||||||
| 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.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 | |
|---|---|
Date |
getCreatedTime()
The time the video was initially published. |
String |
getDescription()
The long-form HTML description of the video. |
CategorizedFacebookType |
getFrom()
An object containing the name and ID of the user who posted the video. |
Integer |
getLength()
The length of the video, in seconds. |
String |
getMessage()
The video title / caption. |
Date |
getUpdatedTime()
The last time the video or its caption were updated. |
| 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 Date getCreatedTime()
public Date getUpdatedTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||