Package com.github.twitch4j.helix.domain
Class SoundtrackArtist
java.lang.Object
com.github.twitch4j.helix.domain.SoundtrackArtist
Deprecated.
Twitch is decommissioning Soundtrack on 2023-07-17
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.The ID of the Twitch user that created the track.getId()
Deprecated.The artist’s ASIN (Amazon Standard Identification Number).getName()
Deprecated.The artist’s name.int
hashCode()
Deprecated.toString()
Deprecated.
-
Constructor Details
-
SoundtrackArtist
public SoundtrackArtist()Deprecated.
-
-
Method Details
-
getCreatorChannelId
Deprecated.The ID of the Twitch user that created the track. Is an empty string if a Twitch user didn't create the track. -
getId
Deprecated.The artist’s ASIN (Amazon Standard Identification Number). -
getName
Deprecated.The artist’s name. This can be the band’s name or the solo artist’s name. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-