| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
ArtistSimplified |
ArtistSimplified.Builder.build() |
|
ArtistSimplified |
ArtistSimplified.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
ArtistSimplified[] |
Album.getArtists() |
Get the artists of the album.
|
ArtistSimplified[] |
AlbumSimplified.getArtists() |
Get the artists of the album.
|
ArtistSimplified[] |
Track.getArtists() |
Get the artists who performed the track.
|
ArtistSimplified[] |
TrackSimplified.getArtists() |
Get the artists who performed the track.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the album to be built.
|
Track.Builder |
Track.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the track to be built.
|
Copyright © 2019. All rights reserved.