Package com.github.twitch4j.helix.domain
Class SoundtrackSource
java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackSource
Deprecated.
Twitch is decommissioning Soundtrack on 2023-07-17
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.The type of content that id maps to.getId()
Deprecated.The playlist’s or station’s ASIN (Amazon Standard Identification Number).Deprecated.A URL to the playlist’s or station’s image art.Deprecated.A URL to the playlist on Soundtrack.Deprecated.A URL to the playlist on Spotify.getTitle()
Deprecated.The playlist’s or station’s title.int
hashCode()
Deprecated.toString()
Deprecated.
-
Field Details
-
title
Deprecated.The playlist’s or station’s title.
-
-
Constructor Details
-
SoundtrackSource
public SoundtrackSource()Deprecated.
-
-
Method Details
-
getId
Deprecated.The playlist’s or station’s ASIN (Amazon Standard Identification Number). -
getContentType
Deprecated.The type of content that id maps to. -
getTitle
Deprecated.The playlist’s or station’s title. -
getImageUrl
Deprecated.A URL to the playlist’s or station’s image art. -
getSoundtrackUrl
Deprecated.A URL to the playlist on Soundtrack. The string is empty ifgetContentType()
isSoundtrackSource.Type.STATION
. -
getSpotifyUrl
Deprecated.A URL to the playlist on Spotify. The string is empty ifgetContentType()
isSoundtrackSource.Type.STATION
. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-