Uses of Class
com.wrapper.spotify.requests.data.personalization.simplified.GetUsersTopArtistsRequest.Builder
-
Packages that use GetUsersTopArtistsRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.personalization.simplified -
-
Uses of GetUsersTopArtistsRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return GetUsersTopArtistsRequest.Builder Modifier and Type Method Description GetUsersTopArtistsRequest.BuilderSpotifyApi. getUsersTopArtists()Get the current users top artists based on calculated affinity. -
Uses of GetUsersTopArtistsRequest.Builder in com.wrapper.spotify.requests.data.personalization.simplified
Methods in com.wrapper.spotify.requests.data.personalization.simplified that return GetUsersTopArtistsRequest.Builder Modifier and Type Method Description GetUsersTopArtistsRequest.BuilderGetUsersTopArtistsRequest.Builder. limit(Integer limit)The limit setter.GetUsersTopArtistsRequest.BuilderGetUsersTopArtistsRequest.Builder. offset(Integer offset)The offset setter.GetUsersTopArtistsRequest.BuilderGetUsersTopArtistsRequest.Builder. time_range(String time_range)The time range setter.
-