Uses of Class
se.michaelthelin.spotify.model_objects.specification.ExternalUrl
-
Packages that use ExternalUrl Package Description se.michaelthelin.spotify.model_objects se.michaelthelin.spotify.model_objects.special se.michaelthelin.spotify.model_objects.specification -
-
Uses of ExternalUrl in se.michaelthelin.spotify.model_objects
Methods in se.michaelthelin.spotify.model_objects that return ExternalUrl Modifier and Type Method Description ExternalUrlIPlaylistItem. 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 ExternalUrl Modifier and Type Method Description ExternalUrlAlbumSimplifiedSpecial. getExternalUrls()Get the external URLs of the album.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ExternalUrl Modifier and Type Method Description AlbumSimplifiedSpecial.BuilderAlbumSimplifiedSpecial.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 ExternalUrl Modifier and Type Method Description ExternalUrlExternalUrl.Builder. build()ExternalUrlExternalUrl.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)ExternalUrlAlbum. getExternalUrls()Get the external URLs of the album.ExternalUrlAlbumSimplified. getExternalUrls()Get the external URLs of the album.ExternalUrlArtist. getExternalUrls()Get the external URLs of the artist.ExternalUrlArtistSimplified. getExternalUrls()Get the external URLs of the artist.ExternalUrlContext. getExternalUrls()Get the external URLs of the context.ExternalUrlEpisode. getExternalUrls()Get the external URLs of the episode.ExternalUrlEpisodeSimplified. getExternalUrls()Get the external URLs of the episode.ExternalUrlPlaylist. getExternalUrls()Get the external URLs of the playlist.ExternalUrlPlaylistSimplified. getExternalUrls()Get the external URLs of the playlist.ExternalUrlShow. getExternalUrls()Get the external URLs of the show.ExternalUrlShowSimplified. getExternalUrls()Get the external URLs of the show.ExternalUrlTrack. getExternalUrls()Get the external URLs of the track.
Example: Spotify-URL.ExternalUrlTrackLink. getExternalUrls()Get the external URLs of the track.
Example: Spotify-URL.ExternalUrlTrackSimplified. getExternalUrls()Get the external URLs of the track.
Example: Spotify-URL.ExternalUrlUser. getExternalUrls()Get the external URLs of the user.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ExternalUrl Modifier and Type Method Description Album.BuilderAlbum.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the album to be built.AlbumSimplified.BuilderAlbumSimplified.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the album to be built.Artist.BuilderArtist.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the artist to be built.ArtistSimplified.BuilderArtistSimplified.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the artist to be built.Context.BuilderContext.Builder. setExternalUrls(ExternalUrl externalUrls)The external URLs setter.Episode.BuilderEpisode.Builder. setExternalUrls(ExternalUrl externalUrls)Set the external URLs for the episode to be built.EpisodeSimplified.BuilderEpisodeSimplified.Builder. setExternalUrls(ExternalUrl externalUrls)Set the external URLs for the episode to be built.Playlist.BuilderPlaylist.Builder. setExternalUrls(ExternalUrl externalUrls)Set the external URLs of the playlist to be built.PlaylistSimplified.BuilderPlaylistSimplified.Builder. setExternalUrls(ExternalUrl externalUrls)Set the external URLs of the playlist to be built.Show.BuilderShow.Builder. setExternalUrls(ExternalUrl externalUrls)Set the external URLs for the show to be built.ShowSimplified.BuilderShowSimplified.Builder. setExternalUrls(ExternalUrl externalUrls)Set the external URLs for the show to be built.Track.BuilderTrack.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the track to be built.TrackLink.BuilderTrackLink.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the track to be built.TrackSimplified.BuilderTrackSimplified.Builder. setExternalUrls(ExternalUrl externalUrls)Set external URLs of the track to be built.User.BuilderUser.Builder. setExternalUrls(ExternalUrl externalUrls)Set external urls of the user to be built.
-