Uses of Class
se.michaelthelin.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
-
Packages that use GetArtistsTopTracksRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.artists -
-
Uses of GetArtistsTopTracksRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return GetArtistsTopTracksRequest.Builder Modifier and Type Method Description GetArtistsTopTracksRequest.BuilderSpotifyApi. getArtistsTopTracks(String id, com.neovisionaries.i18n.CountryCode country)Get the top tracks of an artist in a specific country. -
Uses of GetArtistsTopTracksRequest.Builder in se.michaelthelin.spotify.requests.data.artists
Methods in se.michaelthelin.spotify.requests.data.artists that return GetArtistsTopTracksRequest.Builder Modifier and Type Method Description GetArtistsTopTracksRequest.BuilderGetArtistsTopTracksRequest.Builder. country(com.neovisionaries.i18n.CountryCode country)The country code setter.GetArtistsTopTracksRequest.BuilderGetArtistsTopTracksRequest.Builder. id(String id)The artist ID setter.protected GetArtistsTopTracksRequest.BuilderGetArtistsTopTracksRequest.Builder. self()
-