Uses of Class
com.wrapper.spotify.requests.data.artists.GetArtistsTopTracksRequest.Builder
-
Packages that use GetArtistsTopTracksRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.artists -
-
Uses of GetArtistsTopTracksRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.artists
Methods in com.wrapper.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.
-