Uses of Class
de.sonallux.spotify.api.apis.playlists.GetPlaylistRequest
-
Packages that use GetPlaylistRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.playlists -
-
Uses of GetPlaylistRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetPlaylistRequest Modifier and Type Method Description GetPlaylistRequestPlaylistsApi. getPlaylist(String playlistId)Get a Playlist -
Uses of GetPlaylistRequest in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return GetPlaylistRequest Modifier and Type Method Description GetPlaylistRequestGetPlaylistRequest. additionalTypes(String additionalTypes)A comma-separated list of item types that your client supports besides the defaulttracktype.GetPlaylistRequestGetPlaylistRequest. fields(String fields)Filters for the query: a comma-separated list of the fields to return.GetPlaylistRequestGetPlaylistRequest. market(String market)An ISO 3166-1 alpha-2 country code or the stringfrom_token.
-