Uses of Class
com.wrapper.spotify.requests.data.artists.GetArtistsRelatedArtistsRequest.Builder
-
Packages that use GetArtistsRelatedArtistsRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.artists -
-
Uses of GetArtistsRelatedArtistsRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetArtistsRelatedArtistsRequest.Builder Modifier and Type Method Description GetArtistsRelatedArtistsRequest.BuilderSpotifyApi. getArtistsRelatedArtists(String id)Get artists related/similar to an artist. -
Uses of GetArtistsRelatedArtistsRequest.Builder in com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.spotify.requests.data.artists that return GetArtistsRelatedArtistsRequest.Builder Modifier and Type Method Description GetArtistsRelatedArtistsRequest.BuilderGetArtistsRelatedArtistsRequest.Builder. id(String id)The artist ID setter.
-