Package de.sonallux.spotify.api.models
Class BaseObject
- java.lang.Object
-
- de.sonallux.spotify.api.models.BaseObject
-
- Direct Known Subclasses:
Album,Artist,Episode,LinkedTrack,Playlist,PrivateUser,PublicUser,Show,SimplifiedAlbum,SimplifiedArtist,SimplifiedEpisode,SimplifiedPlaylist,SimplifiedShow,SimplifiedTrack,Track
public abstract class BaseObject extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringhrefA link to the Web API endpoint providing full details of the object.StringidThe Spotify ID for the object.StringtypeThe object type.StringuriThe Spotify URI for the object.
-
Constructor Summary
Constructors Constructor Description BaseObject()
-
-
-
Field Detail
-
id
public String id
The Spotify ID for the object.
-
type
public String type
The object type.
-
href
public String href
A link to the Web API endpoint providing full details of the object.
-
uri
public String uri
The Spotify URI for the object.
-
-