Class SoundtrackSource

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

@Deprecated public class SoundtrackSource extends Object
  • Field Details

    • title

      public String title
      Deprecated.
      The playlist’s or station’s title.
  • Constructor Details

    • SoundtrackSource

      public SoundtrackSource()
      Deprecated.
  • Method Details

    • getId

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

      public SoundtrackSource.Type getContentType()
      Deprecated.
      The type of content that id maps to.
    • getTitle

      public String getTitle()
      Deprecated.
      The playlist’s or station’s title.
    • getImageUrl

      public String getImageUrl()
      Deprecated.
      A URL to the playlist’s or station’s image art.
    • getSoundtrackUrl

      public String getSoundtrackUrl()
      Deprecated.
      A URL to the playlist on Soundtrack. The string is empty if getContentType() is SoundtrackSource.Type.STATION.
    • getSpotifyUrl

      public String getSpotifyUrl()
      Deprecated.
      A URL to the playlist on Spotify. The string is empty if getContentType() is SoundtrackSource.Type.STATION.
    • 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