Uses of Class
de.sonallux.spotify.api.models.Paging
-
-
Uses of Paging in de.sonallux.spotify.api.apis.albums
Methods in de.sonallux.spotify.api.apis.albums that return types with arguments of type Paging Modifier and Type Method Description ApiCall<Paging<SimplifiedTrack>>GetAlbumsTracksRequest. build()Build the request into an executable call -
Uses of Paging in de.sonallux.spotify.api.apis.artists
Methods in de.sonallux.spotify.api.apis.artists that return types with arguments of type Paging Modifier and Type Method Description ApiCall<Paging<SimplifiedAlbum>>GetArtistsAlbumsRequest. build()Build the request into an executable call -
Uses of Paging in de.sonallux.spotify.api.apis.library
Methods in de.sonallux.spotify.api.apis.library that return types with arguments of type Paging Modifier and Type Method Description ApiCall<Paging<SavedAlbum>>GetUsersSavedAlbumsRequest. build()Build the request into an executable callApiCall<Paging<SavedEpisode>>GetUsersSavedEpisodesRequest. build()Build the request into an executable callApiCall<Paging<SavedShow>>GetUsersSavedShowsRequest. build()Build the request into an executable callApiCall<Paging<SavedTrack>>GetUsersSavedTracksRequest. build()Build the request into an executable call -
Uses of Paging in de.sonallux.spotify.api.apis.personalization
Methods in de.sonallux.spotify.api.apis.personalization that return types with arguments of type Paging Modifier and Type Method Description ApiCall<Paging<Artist>>GetUsersTopArtistsRequest. build()Build the request into an executable callApiCall<Paging<Track>>GetUsersTopTracksRequest. build()Build the request into an executable call -
Uses of Paging in de.sonallux.spotify.api.apis.playlists
Methods in de.sonallux.spotify.api.apis.playlists that return types with arguments of type Paging 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 callApiCall<Paging<PlaylistTrack>>GetPlaylistsTracksRequest. build()Build the request into an executable call -
Uses of Paging in de.sonallux.spotify.api.apis.shows
Methods in de.sonallux.spotify.api.apis.shows that return types with arguments of type Paging Modifier and Type Method Description ApiCall<Paging<SimplifiedEpisode>>GetShowsEpisodesRequest. build()Build the request into an executable call -
Uses of Paging in de.sonallux.spotify.api.models
Fields in de.sonallux.spotify.api.models declared as Paging Modifier and Type Field Description Paging<SimplifiedAlbum>NewReleases. albumsPaging<SimplifiedAlbum>SearchResponse. albumsPaging<Artist>SearchResponse. artistsPaging<Category>Categories. categoriesPaging<SimplifiedEpisode>SearchResponse. episodesPaging<SimplifiedEpisode>Show. episodesA list of the show's episodes.Paging<SimplifiedPlaylist>FeaturedPlaylist. playlistsPaging<SimplifiedPlaylist>PlaylistPaging. playlistsPaging<SimplifiedPlaylist>SearchResponse. playlistsPaging<SimplifiedShow>SearchResponse. showsPaging<SimplifiedTrack>Album. tracksThe tracks of the album.Paging<PlaylistTrack>Playlist. tracksThe tracks of the playlist.Paging<Track>SearchResponse. tracks
-