Package de.sonallux.spotify.api.models
Class BaseObject
java.lang.Object
de.sonallux.spotify.api.models.BaseObject
- Direct Known Subclasses:
AlbumBase,Artist,AudiobookBase,ChapterBase,EpisodeBase,LinkedTrack,Playlist,PlaylistUser,PrivateUser,PublicUser,ShowBase,SimplifiedArtist,SimplifiedPlaylist,SimplifiedTrack,Track
-
Field Summary
FieldsModifier and TypeFieldDescriptionA link to the Web API endpoint providing full details of the object.The Spotify ID for the object.The object type.The Spotify URI for the object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
href
A link to the Web API endpoint providing full details of the object.
-
id
The Spotify ID for the object.
-
type
The object type.
-
uri
The Spotify URI for the object.
-
-
Constructor Details
-
BaseObject
public BaseObject()
-