Uses of Class
se.michaelthelin.spotify.model_objects.specification.ExternalUrl
Packages that use ExternalUrl
Package
Description
-
Uses of ExternalUrl in se.michaelthelin.spotify.model_objects
Methods in se.michaelthelin.spotify.model_objects that return ExternalUrlModifier and TypeMethodDescriptionIPlaylistItem.getExternalUrls()
Get the external URLs of the playlist item.
Example: Spotify-URL. -
Uses of ExternalUrl in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return ExternalUrlModifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getExternalUrls()
Get the external URLs of the album.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ExternalUrlModifier and TypeMethodDescriptionAlbumSimplifiedSpecial.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the album to be built. -
Uses of ExternalUrl in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ExternalUrlModifier and TypeMethodDescriptionExternalUrl.Builder.build()
ExternalUrl.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Album.getExternalUrls()
Get the external URLs of the album.AlbumSimplified.getExternalUrls()
Get the external URLs of the album.Artist.getExternalUrls()
Get the external URLs of the artist.ArtistSimplified.getExternalUrls()
Get the external URLs of the artist.Context.getExternalUrls()
Get the external URLs of the context.Episode.getExternalUrls()
Get the external URLs of the episode.EpisodeSimplified.getExternalUrls()
Get the external URLs of the episode.Playlist.getExternalUrls()
Get the external URLs of the playlist.PlaylistSimplified.getExternalUrls()
Get the external URLs of the playlist.Show.getExternalUrls()
Get the external URLs of the show.ShowSimplified.getExternalUrls()
Get the external URLs of the show.Track.getExternalUrls()
Get the external URLs of the track.
Example: Spotify-URL.TrackLink.getExternalUrls()
Get the external URLs of the track.
Example: Spotify-URL.TrackSimplified.getExternalUrls()
Get the external URLs of the track.
Example: Spotify-URL.User.getExternalUrls()
Get the external URLs of the user.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ExternalUrlModifier and TypeMethodDescriptionAlbum.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the album to be built.AlbumSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the album to be built.Artist.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the artist to be built.ArtistSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the artist to be built.Context.Builder.setExternalUrls
(ExternalUrl externalUrls) The external URLs setter.Episode.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs for the episode to be built.EpisodeSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs for the episode to be built.Playlist.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs of the playlist to be built.PlaylistSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs of the playlist to be built.Show.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs for the show to be built.ShowSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set the external URLs for the show to be built.Track.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the track to be built.TrackLink.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the track to be built.TrackSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the track to be built.User.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external urls of the user to be built.