Package de.sonallux.spotify.api.apis
Class PersonalizationApi
- java.lang.Object
-
- de.sonallux.spotify.api.apis.PersonalizationApi
-
public class PersonalizationApi extends Object
-
-
Constructor Summary
Constructors Constructor Description PersonalizationApi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetUsersTopArtistsRequestgetUsersTopArtists()Get a User's Top ArtistsGetUsersTopTracksRequestgetUsersTopTracks()Get a User's Top Tracks
-
-
-
Method Detail
-
getUsersTopArtists
public GetUsersTopArtistsRequest getUsersTopArtists()
Get a User's Top Artists
Get the current user’s top artists based on calculated affinity.
- Returns:
- a
GetUsersTopArtistsRequestobject to build and execute the request
-
getUsersTopTracks
public GetUsersTopTracksRequest getUsersTopTracks()
Get a User's Top Tracks
Get the current user’s top tracks based on calculated affinity.
- Returns:
- a
GetUsersTopTracksRequestobject to build and execute the request
-
-