Identifiable

abstract class Identifiable : IdentifiableNullable

Represents an identifiable Spotify object such as an Album or Recommendation Seed

Constructors

Identifiable
Link copied to clipboard
common
fun Identifiable()

Properties

api
Link copied to clipboard
common
lateinit var api: GenericSpotifyApi
The API client associated with the request
href
Link copied to clipboard
common
abstract val href: String?
A link to the Spotify web api endpoint associated with this request
id
Link copied to clipboard
common
abstract override val id: String
The Spotify id of the associated object

Inheritors

SpotifyCategory
Link copied to clipboard
RecommendationSeed
Link copied to clipboard
CoreObject
Link copied to clipboard

Sources

common source
Link copied to clipboard