spotify-0.1.0.1: Spotify Web API
Safe HaskellSafe-Inferred
LanguageGHC2021

Spotify.Types.Playlists

Documentation

data Playlist Source #

Instances

Instances details
FromJSON Playlist Source # 
Instance details

Defined in Spotify.Types.Playlists

Generic Playlist Source # 
Instance details

Defined in Spotify.Types.Playlists

Associated Types

type Rep Playlist :: Type -> Type #

Methods

from :: Playlist -> Rep Playlist x #

to :: Rep Playlist x -> Playlist #

Show Playlist Source # 
Instance details

Defined in Spotify.Types.Playlists

Eq Playlist Source # 
Instance details

Defined in Spotify.Types.Playlists

Ord Playlist Source # 
Instance details

Defined in Spotify.Types.Playlists

type Rep Playlist Source # 
Instance details

Defined in Spotify.Types.Playlists

type Rep Playlist = D1 ('MetaData "Playlist" "Spotify.Types.Playlists" "spotify-0.1.0.1-DSXk6mPWfQGGnICPbDr6pO-spotify-types" 'False) (C1 ('MetaCons "Playlist" 'PrefixI 'True) (((S1 ('MetaSel ('Just "collaborative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalUrls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ExternalURLs))) :*: (S1 ('MetaSel ('Just "followers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Followers) :*: (S1 ('MetaSel ('Just "href") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Href) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PlaylistID)))) :*: ((S1 ('MetaSel ('Just "images") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Image]) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UserSimple))) :*: ((S1 ('MetaSel ('Just "public") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SnapshotID)) :*: (S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Paging SavedTrack)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI))))))