Uses of Class
se.michaelthelin.spotify.model_objects.specification.Paging
Package
Description
-
Uses of Paging in se.michaelthelin.spotify.model_objects
Modifier 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
Modifier 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.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
IPagingRequestBuilder<T,
BT extends IRequest.Builder<Paging<T>, ?>> -
Uses of Paging in se.michaelthelin.spotify.requests.data.albums
Modifier and TypeMethodDescriptionGetAlbumsTracksRequest.execute()
Get the tracks from the album. -
Uses of Paging in se.michaelthelin.spotify.requests.data.artists
Modifier and TypeMethodDescriptionGetArtistsAlbumsRequest.execute()
Get theAlbumSimplified
objects. -
Uses of Paging in se.michaelthelin.spotify.requests.data.browse
Modifier 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
Modifier 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
-
Uses of Paging in se.michaelthelin.spotify.requests.data.personalization.simplified
-
Uses of Paging in se.michaelthelin.spotify.requests.data.playlists
-
Uses of Paging in se.michaelthelin.spotify.requests.data.search.simplified
Modifier 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
-
Uses of Paging in se.michaelthelin.spotify.requests.data.shows