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()

Functions

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

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

(source)
Link copied to clipboard