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) SearchResult.Builder.setPlaylists(Paging<PlaylistSimplified> playlists) -
Uses of PlaylistSimplified in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type PlaylistSimplified in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingPlaylistSimplifiedinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return PlaylistSimplified -
Uses of PlaylistSimplified in se.michaelthelin.spotify.requests.data.playlists
Subclasses with type arguments of type PlaylistSimplified in se.michaelthelin.spotify.requests.data.playlistsModifier and TypeClassDescriptionclassDeprecated.Use the Search API instead.static final classDeprecated.Builder class for building aGetCategoryPlaylistsRequest.classGet a list of the playlists owned or followed by the current Spotify user.static final classBuilder class for building aGetCurrentUsersPlaylistsRequestclassDeprecated.This endpoint is deprecated.static final classDeprecated.This endpoint is deprecated.Methods in se.michaelthelin.spotify.requests.data.playlists that return types with arguments of type PlaylistSimplifiedModifier and TypeMethodDescriptionGetCategoryPlaylistsRequest.execute()Deprecated.Get multiplePlaylistSimplifiedobjects.GetCurrentUsersPlaylistsRequest.execute()Get a list of the current user's playlists.GetUsersPlaylistsRequest.execute()Deprecated.Get a paging ofPlaylistSimplifiedobjects for a user. -
Uses of PlaylistSimplified in se.michaelthelin.spotify.requests.data.search.simplified
Subclasses with type arguments of type PlaylistSimplified in se.michaelthelin.spotify.requests.data.search.simplifiedModifier and TypeClassDescriptionclassGet Spotify catalog information about playlists that match a keyword string.static final classBuilder class for building aSearchPlaylistsRequest.Methods in se.michaelthelin.spotify.requests.data.search.simplified that return types with arguments of type PlaylistSimplified