| 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.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
SearchResult.Builder |
SearchResult.Builder.setAlbums(Paging<AlbumSimplified> albums) |
The albums setter.
|
SearchResult.Builder |
SearchResult.Builder.setArtists(Paging<Artist> artists) |
The artists setter.
|
FeaturedPlaylists.Builder |
FeaturedPlaylists.Builder.setPlaylists(Paging<PlaylistSimplified> playlists) |
Set a page of playlists contained in the featured playlists object to be built.
|
SearchResult.Builder |
SearchResult.Builder.setPlaylists(Paging<PlaylistSimplified> playlists) |
The playlists setter.
|
SearchResult.Builder |
SearchResult.Builder.setTracks(Paging<Track> tracks) |
The tracks setter.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setTracks(Paging<TrackSimplified> tracks) |
Set the tracks of the album to be built.
|
Playlist.Builder |
Playlist.Builder.setTracks(Paging<PlaylistTrack> tracks) |
Set the tracks of the playlist to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<TrackSimplified> |
GetAlbumsTracksRequest.execute() |
Get the tracks from the album.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<AlbumSimplified> |
GetArtistsAlbumsRequest.execute() |
Get the
AlbumSimplified objects. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<PlaylistSimplified> |
GetCategorysPlaylistsRequest.execute() |
Get multiple
PlaylistSimplified objects. |
Paging<Category> |
GetListOfCategoriesRequest.execute() |
Get a paging of
Category objects. |
Paging<AlbumSimplified> |
GetListOfNewReleasesRequest.execute() |
Get a paging of new
AlbumSimplified releases. |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<T> |
GetUsersTopArtistsAndTracksRequest.execute() |
Get the top artists and tracks.
|
| 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.
|
| 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.
|
| 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.
|
Copyright © 2019. All rights reserved.