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
public class VideoList extends FacebookType
Represents the Video List Graph API type. Facebook APi Version 2.3+- Since:
- 1.12.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description VideoList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationTime()
The time when the playlist was createdString
getDescription()
Description of the playlistDate
getLastModified()
The time when the contents of the playlist was last changedFrom
getOwner()
Owner of the playlistString
getTitle()
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
setOwner(From owner)
Owner of the playlistvoid
setTitle(String title)
Title of the playlist-
Methods 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 Detail
-
VideoList
public VideoList()
-
-
Method Detail
-
getDescription
public String getDescription()
Description of the playlist
-
setDescription
public void setDescription(String description)
Description of the playlist
-
getCreationTime
public Date getCreationTime()
The time when the playlist was created
-
setCreationTime
public void setCreationTime(Date creationTime)
The time when the playlist was created
-
getLastModified
public Date getLastModified()
The time when the contents of the playlist was last changed
-
setLastModified
public void setLastModified(Date lastModified)
The time when the contents of the playlist was last changed
-
-