Klasse VideoList

Alle implementierten Schnittstellen:
Serializable

public class VideoList extends FacebookType
Represents the Video List Graph API type. Facebook APi Version 2.3+
Seit:
1.12.0
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • 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