IdentifiableNullable

abstract class IdentifiableNullable : NeedsApi

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

Constructors

IdentifiableNullable
Link copied to clipboard
common
fun IdentifiableNullable()

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 val id: String?
The Spotify id of the associated object

Inheritors

LocalTrack
Link copied to clipboard
Device
Link copied to clipboard
Identifiable
Link copied to clipboard

Sources

common source
Link copied to clipboard