EpisodeUri

@Serializable(with = EpisodeUriSerializer::class)
class EpisodeUri(input: String) : PlayableUri(source)

Represents a Spotify Episode URI (spotify:episode:XXXXXXXXXX), parsed from either a Spotify ID or taken from an endpoint.

Constructors

Link copied to clipboard
constructor(input: String)

Properties

Link copied to clipboard
override val id: String

representation of this uri as an id

Link copied to clipboard
Link copied to clipboard
override val uri: String

retrieve this URI as a string

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String