Class SoundtrackPlaylistMetadata

java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackPlaylistMetadata

@Deprecated public class SoundtrackPlaylistMetadata extends Object
  • Constructor Details

    • SoundtrackPlaylistMetadata

      public SoundtrackPlaylistMetadata()
      Deprecated.
  • Method Details

    • getTitle

      public String getTitle()
      Deprecated.
      The playlist’s title.
    • getId

      public String getId()
      Deprecated.
      The playlist’s ASIN (Amazon Standard Identification Number).
    • getImageUrl

      public String getImageUrl()
      Deprecated.
      A URL to the playlist’s image art. Is empty if the playlist doesn't include art.
    • getDescription

      public String getDescription()
      Deprecated.
      A short description about the music that the playlist includes.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object