spotify-web-api-kotlin
/
com.adamratzman.spotify.models
/
UserUri
common
User
Uri
class
UserUri
(input:
String
) :
SpotifyUri
Content copied to clipboard
Represents a Spotify User URI, parsed from either a Spotify ID or taken from an endpoint.
Constructors
Functions
Properties
Sources
Constructors
UserUri
Link copied to clipboard
common
fun
UserUri
(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