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.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) The albums setter.SearchResult.Builder.setArtists
(Paging<Artist> artists) The artists setter.SearchResult.Builder.setEpisodes
(Paging<EpisodeSimplified> episodes) The episodes setter.FeaturedPlaylists.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.SearchResult.Builder.setShows
(Paging<ShowSimplified> shows) The shows setter.The tracks setter. -
Uses of Paging in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return PagingModifier and TypeMethodDescriptionPaging.Builder.build()
Paging.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Show.getEpisodes()
Get a list of the show’s episodes.Album.getTracks()
Get a page of tracks of the album.Playlist.getTracks()
Get information about the tracks of the playlist.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type PagingModifier and TypeMethodDescriptionShow.Builder.setEpisodes
(Paging<EpisodeSimplified> episodes) Set a list of the show's episodes.Album.Builder.setTracks
(Paging<TrackSimplified> tracks) Set the tracks of the album to be built.Playlist.Builder.setTracks
(Paging<PlaylistTrack> tracks) Set the tracks of the playlist to be built. -
Uses of Paging in se.michaelthelin.spotify.requests.data
Classes in se.michaelthelin.spotify.requests.data with type parameters of type PagingModifier and TypeInterfaceDescriptioninterface
IPagingRequestBuilder<T,
BT extends IRequest.Builder<Paging<T>, ?>> -
Uses of Paging in se.michaelthelin.spotify.requests.data.albums
Methods in se.michaelthelin.spotify.requests.data.albums that return PagingModifier and TypeMethodDescriptionGetAlbumsTracksRequest.execute()
Get the tracks from the album. -
Uses of Paging in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that return PagingModifier and TypeMethodDescriptionGetArtistsAlbumsRequest.execute()
Get theAlbumSimplified
objects. -
Uses of Paging in se.michaelthelin.spotify.requests.data.browse
Methods in se.michaelthelin.spotify.requests.data.browse that return PagingModifier and TypeMethodDescriptionGetCategorysPlaylistsRequest.execute()
Get multiplePlaylistSimplified
objects.GetListOfCategoriesRequest.execute()
Get a paging ofCategory
objects.GetListOfNewReleasesRequest.execute()
Get a paging of newAlbumSimplified
releases. -
Uses of Paging in se.michaelthelin.spotify.requests.data.library
Methods in se.michaelthelin.spotify.requests.data.library that return PagingModifier and TypeMethodDescriptionGetCurrentUsersSavedAlbumsRequest.execute()
Get the saved albums of the current user.GetUsersSavedEpisodesRequest.execute()
Get a list of the current user’s saved episodes.GetUsersSavedShowsRequest.execute()
Get a list of the current user’s saved shows.GetUsersSavedTracksRequest.execute()
Get the songs from the current users "Your Music" library. -
Uses of Paging in se.michaelthelin.spotify.requests.data.personalization
Methods in se.michaelthelin.spotify.requests.data.personalization that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.personalization.simplified
Methods in se.michaelthelin.spotify.requests.data.personalization.simplified that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.search.simplified
Methods in se.michaelthelin.spotify.requests.data.search.simplified that return PagingModifier and TypeMethodDescriptionSearchAlbumsRequest.execute()
Search for albums.SearchArtistsRequest.execute()
Search for artists.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
Methods in se.michaelthelin.spotify.requests.data.search.simplified.special that return Paging -
Uses of Paging in se.michaelthelin.spotify.requests.data.shows
Methods in se.michaelthelin.spotify.requests.data.shows that return Paging