Uses of Class
com.wrapper.spotify.model_objects.specification.Paging
-
-
Uses of Paging in com.wrapper.spotify.model_objects
Methods in com.wrapper.spotify.model_objects that return Paging Modifier and Type Method Description Paging<T>AbstractModelObject.JsonUtil. createModelObjectPaging(com.google.gson.JsonObject jsonObject)Create a paging of model objects out of a json object.Paging<T>AbstractModelObject.JsonUtil. createModelObjectPaging(String json)Create a paging of model objects out of a json string.Paging<T>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.Paging<T>IModelObject.IJsonUtil. createModelObjectPaging(com.google.gson.JsonObject jsonObject)Create a paging of model objects out of a json object.Paging<T>IModelObject.IJsonUtil. createModelObjectPaging(String json)Create a paging of model objects out of a json string.Paging<T>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 com.wrapper.spotify.model_objects.special
Methods in com.wrapper.spotify.model_objects.special that return Paging Modifier and Type Method Description Paging<AlbumSimplified>SearchResult. getAlbums()Get the album objects contained in the search result object.Paging<Artist>SearchResult. getArtists()Get the artist objects contained in the search result object.Paging<PlaylistSimplified>FeaturedPlaylists. getPlaylists()Get the page of featured playlists.Paging<PlaylistSimplified>SearchResult. getPlaylists()Get the playlist objects contained in the search result object.Paging<Track>SearchResult. getTracks()Get the track objects contained in the search result object.Methods in com.wrapper.spotify.model_objects.special with parameters of type Paging Modifier and Type Method Description SearchResult.BuilderSearchResult.Builder. setAlbums(Paging<AlbumSimplified> albums)The albums setter.SearchResult.BuilderSearchResult.Builder. setArtists(Paging<Artist> artists)The artists setter.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.SearchResult.BuilderSearchResult.Builder. setTracks(Paging<Track> tracks)The tracks setter. -
Uses of Paging in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return Paging Modifier and Type Method Description Paging<T>Paging.Builder. build()Paging<X>Paging.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)Paging<TrackSimplified>Album. getTracks()Get a page of tracks of the album.Paging<PlaylistTrack>Playlist. getTracks()Get information about the tracks of the playlist.Methods in com.wrapper.spotify.model_objects.specification with parameters of type Paging Modifier and Type Method Description Album.BuilderAlbum.Builder. setTracks(Paging<TrackSimplified> tracks)Set the tracks of the album to be built.Playlist.BuilderPlaylist.Builder. setTracks(Paging<PlaylistTrack> tracks)Set the tracks of the playlist to be built. -
Uses of Paging in com.wrapper.spotify.requests.data.albums
Methods in com.wrapper.spotify.requests.data.albums that return Paging Modifier and Type Method Description Paging<TrackSimplified>GetAlbumsTracksRequest. execute()Get the tracks from the album. -
Uses of Paging in com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.spotify.requests.data.artists that return Paging Modifier and Type Method Description Paging<AlbumSimplified>GetArtistsAlbumsRequest. execute()Get theAlbumSimplifiedobjects. -
Uses of Paging in com.wrapper.spotify.requests.data.browse
Methods in com.wrapper.spotify.requests.data.browse that return Paging Modifier and Type Method Description Paging<PlaylistSimplified>GetCategorysPlaylistsRequest. execute()Get multiplePlaylistSimplifiedobjects.Paging<Category>GetListOfCategoriesRequest. execute()Get a paging ofCategoryobjects.Paging<AlbumSimplified>GetListOfNewReleasesRequest. execute()Get a paging of newAlbumSimplifiedreleases. -
Uses of Paging in com.wrapper.spotify.requests.data.library
Methods in com.wrapper.spotify.requests.data.library that return Paging Modifier and Type Method Description Paging<SavedAlbum>GetCurrentUsersSavedAlbumsRequest. execute()Get the saved albums of the current user.Paging<SavedTrack>GetUsersSavedTracksRequest. execute()Get the songs from the current users "Your Music" library. -
Uses of Paging in com.wrapper.spotify.requests.data.personalization
Methods in com.wrapper.spotify.requests.data.personalization that return Paging Modifier and Type Method Description Paging<T>GetUsersTopArtistsAndTracksRequest. execute()Get the top artists and tracks. -
Uses of Paging in com.wrapper.spotify.requests.data.personalization.simplified
Methods in com.wrapper.spotify.requests.data.personalization.simplified that return Paging Modifier and Type Method Description Paging<Artist>GetUsersTopArtistsRequest. execute()Get an user's top artists.Paging<Track>GetUsersTopTracksRequest. execute()Get an user's top tracks. -
Uses of Paging in com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return Paging 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.Paging<PlaylistTrack>GetPlaylistsTracksRequest. execute()Get a playlist's tracks. -
Uses of Paging in com.wrapper.spotify.requests.data.search.simplified
Methods in com.wrapper.spotify.requests.data.search.simplified that return Paging Modifier and Type Method Description Paging<AlbumSimplified>SearchAlbumsRequest. execute()Search for albums.Paging<Artist>SearchArtistsRequest. execute()Search for artists.Paging<PlaylistSimplified>SearchPlaylistsRequest. execute()Search for playlists.Paging<Track>SearchTracksRequest. execute()Search for playlists.
-