Package com.github.twitch4j.helix.domain
Class SoundtrackTrack
java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackTrack
Deprecated.
Twitch is decommissioning Soundtrack on 2023-07-17
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.getAlbum()
Deprecated.The album that includes the track.Deprecated.The artists included on the track.getCode()
Deprecated.The track’s ISRC (International Standard Recording Code).Deprecated.The duration of the track, in seconds.getId()
Deprecated.The track’s ASIN (Amazon Standard Identification Number).getTitle()
Deprecated.The track’s title.int
hashCode()
Deprecated.toString()
Deprecated.
-
Constructor Details
-
SoundtrackTrack
public SoundtrackTrack()Deprecated.
-
-
Method Details
-
getAlbum
Deprecated.The album that includes the track. -
getArtists
Deprecated.The artists included on the track. -
getDuration
Deprecated.The duration of the track, in seconds. -
getId
Deprecated.The track’s ASIN (Amazon Standard Identification Number). -
getCode
Deprecated.The track’s ISRC (International Standard Recording Code). -
getTitle
Deprecated.The track’s title. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-