Package com.restfb.types
Class VideoList
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.VideoList
- All Implemented Interfaces:
Serializable
Represents the Video List Graph API type.
Facebook APi Version 2.3+
- Since:
- 1.12.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe time when the playlist was createdDescription of the playlistThe time when the contents of the playlist was last changedgetOwner()
Owner of the playlistgetTitle()
Title of the playlistvoid
setCreationTime
(Date creationTime) The time when the playlist was createdvoid
setDescription
(String description) Description of the playlistvoid
setLastModified
(Date lastModified) The time when the contents of the playlist was last changedvoid
Owner of the playlistvoid
Title of the playlistMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
VideoList
public VideoList()
-
-
Method Details
-
getDescription
Description of the playlist -
setDescription
Description of the playlist -
getTitle
Title of the playlist -
setTitle
Title of the playlist -
getOwner
Owner of the playlist -
setOwner
Owner of the playlist -
getCreationTime
The time when the playlist was created -
setCreationTime
The time when the playlist was created -
getLastModified
The time when the contents of the playlist was last changed -
setLastModified
The time when the contents of the playlist was last changed
-