| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
ExternalUrl |
ExternalUrl.Builder.build() |
|
ExternalUrl |
ExternalUrl.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
ExternalUrl |
Album.getExternalUrls() |
Get the external URLs of the album.
|
ExternalUrl |
AlbumSimplified.getExternalUrls() |
Get the external URLs of the album.
|
ExternalUrl |
Artist.getExternalUrls() |
Get the external URLs of the artist.
|
ExternalUrl |
ArtistSimplified.getExternalUrls() |
Get the external URLs of the artist.
|
ExternalUrl |
Context.getExternalUrls() |
Get the external URLs of the context.
|
ExternalUrl |
Playlist.getExternalUrls() |
Get the external URLs of the playlist.
|
ExternalUrl |
PlaylistSimplified.getExternalUrls() |
Get the external URLs of the playlist.
|
ExternalUrl |
Track.getExternalUrls() |
Get the external URLs of the track.
Example: Spotify-URL. |
ExternalUrl |
TrackLink.getExternalUrls() |
Get the external URLs of the track.
Example: Spotify-URL. |
ExternalUrl |
TrackSimplified.getExternalUrls() |
Get the external URLs of the track.
Example: Spotify-URL. |
ExternalUrl |
User.getExternalUrls() |
Get the external URLs of the user.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the album to be built.
|
Artist.Builder |
Artist.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the artist to be built.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the artist to be built.
|
Context.Builder |
Context.Builder.setExternalUrls(ExternalUrl externalUrls) |
The external URLs setter.
|
Playlist.Builder |
Playlist.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set the external URLs of the playlist to be built.
|
PlaylistSimplified.Builder |
PlaylistSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set the external URLs of the playlist to be built.
|
Track.Builder |
Track.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the track to be built.
|
TrackLink.Builder |
TrackLink.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the track to be built.
|
User.Builder |
User.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external urls of the user to be built.
|
Copyright © 2019. All rights reserved.