CollectionUri

@Serializable(with = CollectionUriSerializer::class)
sealed class CollectionUri : SpotifyUri(source)

Represents a Spotify Collection URI (one of PlaylistUri or ImmutableCollectionUri), parsed from either a Spotify ID or taken from an endpoint.

Inheritors

Types

Link copied to clipboard
object Companion

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