Uses of Class
com.wrapper.spotify.model_objects.specification.PlaylistSimplified
-
-
Uses of PlaylistSimplified in com.wrapper.spotify.model_objects.special
Methods in com.wrapper.spotify.model_objects.special that return types with arguments of type PlaylistSimplified Modifier and Type Method Description Paging<PlaylistSimplified>FeaturedPlaylists. getPlaylists()Get the page of featured playlists.Paging<PlaylistSimplified>SearchResult. getPlaylists()Get the playlist objects contained in the search result object.Method parameters in com.wrapper.spotify.model_objects.special with type arguments of type PlaylistSimplified Modifier and Type Method Description FeaturedPlaylists.BuilderFeaturedPlaylists.Builder. setPlaylists(Paging<PlaylistSimplified> playlists)Set a page of playlists contained in the featured playlists object to be built.SearchResult.BuilderSearchResult.Builder. setPlaylists(Paging<PlaylistSimplified> playlists)The playlists setter. -
Uses of PlaylistSimplified in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return PlaylistSimplified Modifier and Type Method Description PlaylistSimplifiedPlaylistSimplified.Builder. build()PlaylistSimplifiedPlaylistSimplified.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of PlaylistSimplified in com.wrapper.spotify.requests.data.browse
Methods in com.wrapper.spotify.requests.data.browse that return types with arguments of type PlaylistSimplified Modifier and Type Method Description Paging<PlaylistSimplified>GetCategorysPlaylistsRequest. execute()Get multiplePlaylistSimplifiedobjects. -
Uses of PlaylistSimplified in com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return types with arguments of type PlaylistSimplified Modifier and Type Method Description Paging<PlaylistSimplified>GetListOfCurrentUsersPlaylistsRequest. execute()Get a list of the current user's playlists.Paging<PlaylistSimplified>GetListOfUsersPlaylistsRequest. execute()Get an user's playlists. -
Uses of PlaylistSimplified in com.wrapper.spotify.requests.data.search.simplified
Methods in com.wrapper.spotify.requests.data.search.simplified that return types with arguments of type PlaylistSimplified Modifier and Type Method Description Paging<PlaylistSimplified>SearchPlaylistsRequest. execute()Search for playlists.
-