Uses of Class
de.sonallux.spotify.api.apis.player.GetRecentlyPlayedRequest
-
Packages that use GetRecentlyPlayedRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.player -
-
Uses of GetRecentlyPlayedRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetRecentlyPlayedRequest Modifier and Type Method Description GetRecentlyPlayedRequestPlayerApi. getRecentlyPlayed()Get Current User's Recently Played Tracks -
Uses of GetRecentlyPlayedRequest in de.sonallux.spotify.api.apis.player
Methods in de.sonallux.spotify.api.apis.player that return GetRecentlyPlayedRequest Modifier and Type Method Description GetRecentlyPlayedRequestGetRecentlyPlayedRequest. after(int after)A Unix timestamp in milliseconds.GetRecentlyPlayedRequestGetRecentlyPlayedRequest. before(int before)A Unix timestamp in milliseconds.GetRecentlyPlayedRequestGetRecentlyPlayedRequest. limit(int limit)The maximum number of items to return.
-