spotify-web-api-kotlin
/
com.adamratzman.spotify.models
/
EpisodeUri
common
Episode
Uri
class
EpisodeUri
(input:
String
) :
PlayableUri
Content copied to clipboard
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open 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
val
id
:
String
Content copied to clipboard
representation of this uri as an id
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard
The type (per Spotify) corresponding to the Uri.
uri
Link copied to clipboard
common
val
uri
:
String
Content copied to clipboard
retrieve this URI as a string
Sources
(source)
Link copied to clipboard