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