Uses of Class
se.michaelthelin.spotify.model_objects.specification.PlaylistSimplified
Packages that use PlaylistSimplified
Package
Description
-
Uses of PlaylistSimplified in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type PlaylistSimplifiedModifier and TypeMethodDescriptionFeaturedPlaylists.getPlaylists()
Get the page of featured playlists.SearchResult.getPlaylists()
Get the playlist objects contained in the search result object.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type PlaylistSimplifiedModifier and TypeMethodDescriptionFeaturedPlaylists.Builder.setPlaylists
(Paging<PlaylistSimplified> playlists) Set a page of playlists contained in the featured playlists object to be built.SearchResult.Builder.setPlaylists
(Paging<PlaylistSimplified> playlists) The playlists setter. -
Uses of PlaylistSimplified in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return PlaylistSimplifiedModifier and TypeMethodDescriptionPlaylistSimplified.Builder.build()
PlaylistSimplified.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) -
Uses of PlaylistSimplified in se.michaelthelin.spotify.requests.data.browse
Methods in se.michaelthelin.spotify.requests.data.browse that return types with arguments of type PlaylistSimplifiedModifier and TypeMethodDescriptionGetCategorysPlaylistsRequest.execute()
Get multiplePlaylistSimplified
objects. -
Uses of PlaylistSimplified in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return types with arguments of type PlaylistSimplified -
Uses of PlaylistSimplified in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type PlaylistSimplified