Class 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
  • Constructor Details

  • Method Details

    • getDescription

      Description of the playlist
    • setDescription

      public void setDescription(String description)
      Description of the playlist
    • getTitle

      public String getTitle()
      Title of the playlist
    • setTitle

      public void setTitle(String title)
      Title of the playlist
    • getOwner

      public From getOwner()
      Owner of the playlist
    • setOwner

      public void setOwner(From owner)
      Owner of the playlist
    • getCreationTime

      The time when the playlist was created
    • setCreationTime

      public void setCreationTime(Date creationTime)
      The time when the playlist was created
    • 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