Uses of Class
de.sonallux.spotify.api.apis.playlists.GetPlaylistsTracksRequest
-
Packages that use GetPlaylistsTracksRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.playlists -
-
Uses of GetPlaylistsTracksRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetPlaylistsTracksRequest Modifier and Type Method Description GetPlaylistsTracksRequestPlaylistsApi. getPlaylistsTracks(String playlistId)Get a Playlist's Items -
Uses of GetPlaylistsTracksRequest in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return GetPlaylistsTracksRequest Modifier and Type Method Description GetPlaylistsTracksRequestGetPlaylistsTracksRequest. additionalTypes(String additionalTypes)A comma-separated list of item types that your client supports besides the defaulttracktype.GetPlaylistsTracksRequestGetPlaylistsTracksRequest. fields(String fields)Filters for the query: a comma-separated list of the fields to return.GetPlaylistsTracksRequestGetPlaylistsTracksRequest. limit(int limit)The maximum number of items to return.GetPlaylistsTracksRequestGetPlaylistsTracksRequest. market(String market)An ISO 3166-1 alpha-2 country code or the stringfrom_token.GetPlaylistsTracksRequestGetPlaylistsTracksRequest. offset(int offset)The index of the first item to return.
-