| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification | |
| com.wrapper.spotify.requests.data.playlists |
| Modifier and Type | Method | Description |
|---|---|---|
PlaylistTrack |
PlaylistTrack.Builder.build() |
|
PlaylistTrack |
PlaylistTrack.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<PlaylistTrack> |
Playlist.getTracks() |
Get information about the tracks of the playlist.
|
| Modifier and Type | Method | Description |
|---|---|---|
Playlist.Builder |
Playlist.Builder.setTracks(Paging<PlaylistTrack> tracks) |
Set the tracks of the playlist to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<PlaylistTrack> |
GetPlaylistsTracksRequest.execute() |
Get a playlist's tracks.
|
Copyright © 2019. All rights reserved.