Uses of Class
se.michaelthelin.spotify.model_objects.specification.Paging
Packages that use Paging
Package
Description
-
Uses of Paging in se.michaelthelin.spotify.model_objects
Methods in se.michaelthelin.spotify.model_objects that return PagingModifier and TypeMethodDescriptionAbstractModelObject.JsonUtil.createModelObjectPaging(com.google.gson.JsonObject jsonObject) Create a paging of model objects out of a json object.AbstractModelObject.JsonUtil.createModelObjectPaging(String json) Create a paging of model objects out of a json string.AbstractModelObject.JsonUtil.createModelObjectPaging(String json, String key) Create a paging of model objects out of a json array, which is contained in a json object.IModelObject.IJsonUtil.createModelObjectPaging(com.google.gson.JsonObject jsonObject) Create a paging of model objects out of a json object.IModelObject.IJsonUtil.createModelObjectPaging(String json) Create a paging of model objects out of a json string.IModelObject.IJsonUtil.createModelObjectPaging(String json, String key) Create a paging of model objects out of a json array, which is contained in a json object. -
Uses of Paging in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return PagingModifier and TypeMethodDescriptionSearchResult.getAlbums()Get the album objects contained in the search result object.SearchResult.getArtists()Get the artist objects contained in the search result object.SearchResult.getAudiobooks()Get the audiobook objects contained in the search result object.SearchResult.getEpisodes()Get the episode objects contained in the search result object.FeaturedPlaylists.getPlaylists()Get the page of featured playlists.SearchResult.getPlaylists()Get the playlist objects contained in the search result object.SearchResult.getShows()Get the show objects contained in the search result object.SearchResult.getTracks()Get the track objects contained in the search result object.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type PagingModifier and TypeMethodDescriptionSearchResult.Builder.setAlbums(Paging<AlbumSimplified> albums) SearchResult.Builder.setArtists(Paging<Artist> artists) SearchResult.Builder.setAudiobooks(Paging<AudiobookSimplified> audiobooks) SearchResult.Builder.setEpisodes(Paging<EpisodeSimplified> episodes) FeaturedPlaylists.Builder.setPlaylists(Paging<PlaylistSimplified> playlists) SearchResult.Builder.setPlaylists(Paging<PlaylistSimplified> playlists) SearchResult.Builder.setShows(Paging<ShowSimplified> shows) -
Uses of Paging in se.michaelthelin.spotify.model_objects.specification
Classes in se.michaelthelin.spotify.model_objects.specification that implement interfaces with type arguments of type PagingModifier and TypeClassDescriptionclassRetrieve information about Playlist objects by building instances from this class.Methods in se.michaelthelin.spotify.model_objects.specification that return PagingModifier and TypeMethodDescriptionPaging.Builder.build()Audiobook.getChapters()Get the chapters of the audiobook.Show.getEpisodes()Get a list of the show’s episodes.Playlist.getItems()Get information about the tracks of the playlist.Album.getTracks()Get a page of tracks of the album.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type PagingModifier and TypeMethodDescriptionAudiobook.Builder.setChapters(Paging<ChapterSimplified> chapters) Show.Builder.setEpisodes(Paging<EpisodeSimplified> episodes) Playlist.Builder.setItems(Paging<PlaylistTrack> items) Album.Builder.setTracks(Paging<TrackSimplified> tracks) -
Uses of Paging in se.michaelthelin.spotify.requests.data
Classes in se.michaelthelin.spotify.requests.data with type parameters of type PagingModifier and TypeInterfaceDescriptioninterfaceIPagingRequestBuilder<T, BT extends IRequest.Builder<Paging<T>, ?>>Interface for request builders that support paging functionality.Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.dataModifier and TypeClassDescriptionstatic classAbstractDataPagingRequest.Builder<T, BT extends AbstractDataPagingRequest.Builder<T,?>> Abstract builder class for paging data requests.Subinterfaces with type arguments of type Paging in se.michaelthelin.spotify.requests.dataModifier and TypeInterfaceDescriptioninterfaceIPagingRequestBuilder<T, BT extends IRequest.Builder<Paging<T>, ?>>Interface for request builders that support paging functionality. -
Uses of Paging in se.michaelthelin.spotify.requests.data.albums
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.albumsModifier and TypeClassDescriptionclassGet Spotify catalog information about an album's tracks.classDeprecated.Use the Search API instead.classGet a list of the albums saved in the current Spotify user’s "Your Music" library.Methods in se.michaelthelin.spotify.requests.data.albums that return PagingModifier and TypeMethodDescriptionGetAlbumTracksRequest.execute()Get the tracks from the album.GetNewReleasesRequest.execute()Deprecated.Get a paging of newAlbumSimplifiedreleases.GetUsersSavedAlbumsRequest.execute()Get the saved albums of the current user. -
Uses of Paging in se.michaelthelin.spotify.requests.data.artists
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.artistsModifier and TypeClassDescriptionclassGet Spotify catalog information about an artist’s albums.Methods in se.michaelthelin.spotify.requests.data.artists that return PagingModifier and TypeMethodDescriptionGetArtistsAlbumsRequest.execute()Get theAlbumSimplifiedobjects. -
Uses of Paging in se.michaelthelin.spotify.requests.data.audiobooks
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.audiobooksModifier and TypeClassDescriptionclassGet Spotify catalog information about an audiobook's chapters.classGet a list of the audiobooks saved in the current Spotify user's "Your Music" library.Methods in se.michaelthelin.spotify.requests.data.audiobooks that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.categories
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.categoriesModifier and TypeClassDescriptionclassDeprecated.Use the Search API instead.Methods in se.michaelthelin.spotify.requests.data.categories that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.episodes
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.episodesModifier and TypeClassDescriptionclassGet a list of the episodes saved in the current Spotify user's library.Methods in se.michaelthelin.spotify.requests.data.episodes that return PagingModifier and TypeMethodDescriptionGetUsersSavedEpisodesRequest.execute()Get a list of the current user’s saved episodes. -
Uses of Paging in se.michaelthelin.spotify.requests.data.playlists
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.playlistsModifier and TypeClassDescriptionclassDeprecated.Use the Search API instead.classGet a list of the playlists owned or followed by the current Spotify user.classDeprecated.UseGetPlaylistItemsRequestinstead.classGet full details of the tracks or episodes of a playlist owned by a Spotify user.classDeprecated.This endpoint is deprecated.Methods in se.michaelthelin.spotify.requests.data.playlists that return PagingModifier and TypeMethodDescriptionGetCategoryPlaylistsRequest.execute()Deprecated.Get multiplePlaylistSimplifiedobjects.GetCurrentUsersPlaylistsRequest.execute()Get a list of the current user's playlists.GetPlaylistItemsDeprecatedRequest.execute()Deprecated.Get a playlist's items.GetPlaylistItemsRequest.execute()Get a playlist's items.GetUsersPlaylistsRequest.execute()Deprecated.Get a paging ofPlaylistSimplifiedobjects for a user. -
Uses of Paging in se.michaelthelin.spotify.requests.data.search.simplified
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.search.simplifiedModifier and TypeClassDescriptionclassGet Spotify catalog information about albums that match a keyword string.classGet Spotify catalog information about artists that match a keyword string.classGet Spotify catalog information about audiobooks that match a keyword string.classGet Spotify catalog information about episodes that match a keyword string.classGet Spotify catalog information about playlists that match a keyword string.classGet Spotify catalog information about shows that match a keyword string.classGet Spotify catalog information about tracks that match a keyword string.Methods in se.michaelthelin.spotify.requests.data.search.simplified that return PagingModifier and TypeMethodDescriptionSearchAlbumsRequest.execute()Search for albums.SearchArtistsRequest.execute()Search for artists.SearchAudiobooksRequest.execute()Search for audiobooks.SearchEpisodesRequest.execute()Search for episodes.SearchPlaylistsRequest.execute()Search for playlists.SearchShowsRequest.execute()Search for shows.SearchTracksRequest.execute()Search for tracks. -
Uses of Paging in se.michaelthelin.spotify.requests.data.search.simplified.special
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.search.simplified.specialModifier and TypeClassDescriptionclassGet Spotify catalog information about albums that match a keyword string.Methods in se.michaelthelin.spotify.requests.data.search.simplified.special that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.shows
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.showsModifier and TypeClassDescriptionclassGet Spotify catalog information about an show’s episodes.classGet a list of shows saved in the current Spotify user’s library.Methods in se.michaelthelin.spotify.requests.data.shows that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.tracks
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.tracksModifier and TypeClassDescriptionclassGet a list of the songs saved in the current Spotify user’s "Your Music" library.Methods in se.michaelthelin.spotify.requests.data.tracks that return PagingModifier and TypeMethodDescriptionGetUsersSavedTracksRequest.execute()Get the songs from the current users "Your Music" library. -
Uses of Paging in se.michaelthelin.spotify.requests.data.users
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionclassThis class only exists for theoretical purposes.Methods in se.michaelthelin.spotify.requests.data.users that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.users.simplified
Subclasses with type arguments of type Paging in se.michaelthelin.spotify.requests.data.users.simplifiedModifier and TypeClassDescriptionclassGet the current user’s top artists based on calculated affinity.classGet the current user’s top tracks based on calculated affinity.Methods in se.michaelthelin.spotify.requests.data.users.simplified that return Paging