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

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

(source)
Link copied to clipboard