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

public abstract class BaseObject extends Object
  • Field Details

    • href

      public String href

      A link to the Web API endpoint providing full details of the object.

    • id

      public String id

      The Spotify ID for the object.

    • type

      public String type

      The object type.

    • uri

      public String uri

      The Spotify URI for the object.

  • Constructor Details

    • BaseObject

      public BaseObject()