Uses of Class
de.sonallux.spotify.api.models.PlaylistTrack
-
Packages that use PlaylistTrack Package Description de.sonallux.spotify.api.apis.playlists de.sonallux.spotify.api.models -
-
Uses of PlaylistTrack in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return types with arguments of type PlaylistTrack Modifier and Type Method Description ApiCall<Paging<PlaylistTrack>>GetPlaylistsTracksRequest. build()Build the request into an executable call -
Uses of PlaylistTrack in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models with type parameters of type PlaylistTrack Modifier and Type Field Description Paging<PlaylistTrack>Playlist. tracksThe tracks of the playlist.
-