Package de.sonallux.spotify.api.models
Class Context
- java.lang.Object
-
- de.sonallux.spotify.api.models.Context
-
public class Context extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ExternalUrlexternalUrlsExternal URLs for this context.StringhrefA link to the Web API endpoint providing full details of the track.StringtypeThe object type, e.g.StringuriThe Spotify URI for the context.
-
Constructor Summary
Constructors Constructor Description Context()
-
-
-
Field Detail
-
externalUrls
public ExternalUrl externalUrls
External URLs for this context.
-
href
public String href
A link to the Web API endpoint providing full details of the track.
-
type
public String type
The object type, e.g. "artist", "playlist", "album", "show".
-
uri
public String uri
The Spotify URI for the context.
-
-