spotify-web-api-kotlin
/
com.adamratzman.spotify.models
/
AlbumUri
common
Album
Uri
class
AlbumUri
(input:
String
) :
ImmutableCollectionUri
Content copied to clipboard
Represents a Spotify Album URI, parsed from either a Spotify ID or taken from an endpoint.
Constructors
Functions
Properties
Sources
Constructors
AlbumUri
Link copied to clipboard
common
fun
AlbumUri
(input:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
id
Link copied to clipboard
common
val
id
:
String
Content copied to clipboard
representation of this uri as an id
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard
The type (per Spotify) corresponding to the Uri.
uri
Link copied to clipboard
common
val
uri
:
String
Content copied to clipboard
retrieve this URI as a string
Sources
(source)
Link copied to clipboard