Uses of Class
de.sonallux.spotify.api.models.SimplifiedPlaylist
-
Packages that use SimplifiedPlaylist Package Description de.sonallux.spotify.api.apis.playlists de.sonallux.spotify.api.models -
-
Uses of SimplifiedPlaylist in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return types with arguments of type SimplifiedPlaylist Modifier and Type Method Description ApiCall<Paging<SimplifiedPlaylist>>GetListOfCurrentUsersPlaylistsRequest. build()Build the request into an executable callApiCall<Paging<SimplifiedPlaylist>>GetListUsersPlaylistsRequest. build()Build the request into an executable call -
Uses of SimplifiedPlaylist in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models with type parameters of type SimplifiedPlaylist Modifier and Type Field Description Paging<SimplifiedPlaylist>FeaturedPlaylist. playlistsPaging<SimplifiedPlaylist>PlaylistPaging. playlistsPaging<SimplifiedPlaylist>SearchResponse. playlists
-