Uses of Class
com.wrapper.spotify.model_objects.specification.ExternalUrl
-
Packages that use ExternalUrl Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of ExternalUrl in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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.ExternalUrlPlaylist. getExternalUrls()Get the external URLs of the playlist.ExternalUrlPlaylistSimplified. getExternalUrls()Get the external URLs of the playlist.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 com.wrapper.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.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.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.
-