Klasse SoundtrackSource

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

@Deprecated public class SoundtrackSource extends Object
  • Felddetails

    • title

      public String title
      Veraltet.
      The playlist’s or station’s title.
  • Konstruktordetails

    • SoundtrackSource

      public SoundtrackSource()
      Veraltet.
  • Methodendetails

    • getId

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

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

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

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

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

      public String getSpotifyUrl()
      Veraltet.
      A URL to the playlist on Spotify. The string is empty if getContentType() is SoundtrackSource.Type.STATION.
    • equals

      public boolean equals(Object o)
      Veraltet.
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
      Veraltet.
    • hashCode

      public int hashCode()
      Veraltet.
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse Object