| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification | |
| com.wrapper.spotify.requests.data.albums |
| Modifier and Type | Method | Description |
|---|---|---|
TrackSimplified |
TrackSimplified.Builder.build() |
|
TrackSimplified |
TrackSimplified.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
TrackSimplified |
PlayHistory.getTrack() |
Get the track the user listened to.
|
TrackSimplified[] |
Recommendations.getTracks() |
Get the (simplified) tracks from the recommendations object.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<TrackSimplified> |
Album.getTracks() |
Get a page of tracks of the album.
|
| Modifier and Type | Method | Description |
|---|---|---|
PlayHistory.Builder |
PlayHistory.Builder.setTrack(TrackSimplified track) |
The track setter.
|
Recommendations.Builder |
Recommendations.Builder.setTracks(TrackSimplified... tracks) |
The recommendated tracks setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setTracks(Paging<TrackSimplified> tracks) |
Set the tracks of the album to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<TrackSimplified> |
GetAlbumsTracksRequest.execute() |
Get the tracks from the album.
|
Copyright © 2019. All rights reserved.