spotify-web-api-kotlin
/
com.adamratzman.spotify.endpoints.client
/
LibraryType
/
TRACK
common
T
R
A
C
K
TRACK
("tracks", { PlayableUri(it).id })
Content copied to clipboard
Functions
Properties
Functions
clone
Link copied to clipboard
common
protected fun
clone
():
Any
Content copied to clipboard
compareTo
Link copied to clipboard
common
operator override fun
compareTo
(other:
LibraryType
):
Int
Content copied to clipboard
equals
Link copied to clipboard
common
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
id
Link copied to clipboard
common
internal val
id
: (
String
) ->
String
Content copied to clipboard
How to transform an id (or uri) input into its Spotify id
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
common
private val
value
:
String
Content copied to clipboard
Spotify id for the type