Package de.sonallux.spotify.api.models
Class Context
java.lang.Object
de.sonallux.spotify.api.models.Context
ContextObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionExternal URLs for this context.A link to the Web API endpoint providing full details of the track.The object type, e.g.The Spotify URI for the context. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
externalUrls
External URLs for this context.
-
href
A link to the Web API endpoint providing full details of the track.
-
type
The object type, e.g. "artist", "playlist", "album", "show".
-
uri
The Spotify URI for the context.
-
-
Constructor Details
-
Context
public Context()
-