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.interfaces
Methods in se.michaelthelin.spotify.model_objects.interfaces that return ExternalUrlModifier and TypeMethodDescriptionIAlbum.getExternalUrls()Get the external URLs of the album.IArtist.getExternalUrls()Get the external URLs of the artist.IPlaylist.getExternalUrls()Get the external URLs of the playlist.IShow.getExternalUrls()Get the external URLs of the show. -
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) -
Uses of ExternalUrl in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type ExternalUrl in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingExternalUrlinstances.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.Audiobook.getExternalUrls()Get the external URLs of the audiobook.AudiobookSimplified.getExternalUrls()Get the external URLs of the audiobook.Chapter.getExternalUrls()Get the external URLs of the chapter.ChapterSimplified.getExternalUrls()Get the external URLs of the chapter.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) AlbumSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Artist.Builder.setExternalUrls(ExternalUrl externalUrls) ArtistSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Audiobook.Builder.setExternalUrls(ExternalUrl externalUrls) AudiobookSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Chapter.Builder.setExternalUrls(ExternalUrl externalUrls) ChapterSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Context.Builder.setExternalUrls(ExternalUrl externalUrls) Episode.Builder.setExternalUrls(ExternalUrl externalUrls) EpisodeSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Playlist.Builder.setExternalUrls(ExternalUrl externalUrls) PlaylistSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Show.Builder.setExternalUrls(ExternalUrl externalUrls) ShowSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) Track.Builder.setExternalUrls(ExternalUrl externalUrls) TrackLink.Builder.setExternalUrls(ExternalUrl externalUrls) TrackSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) User.Builder.setExternalUrls(ExternalUrl externalUrls)