Uses of Class
de.sonallux.spotify.api.apis.albums.GetAlbumsTracksRequest
-
Packages that use GetAlbumsTracksRequest Package Description de.sonallux.spotify.api.apis de.sonallux.spotify.api.apis.albums -
-
Uses of GetAlbumsTracksRequest in de.sonallux.spotify.api.apis
Methods in de.sonallux.spotify.api.apis that return GetAlbumsTracksRequest Modifier and Type Method Description GetAlbumsTracksRequestAlbumsApi. getAlbumsTracks(String id)Get an Album's Tracks -
Uses of GetAlbumsTracksRequest in de.sonallux.spotify.api.apis.albums
Methods in de.sonallux.spotify.api.apis.albums that return GetAlbumsTracksRequest Modifier and Type Method Description GetAlbumsTracksRequestGetAlbumsTracksRequest. limit(int limit)The maximum number of tracks to return.GetAlbumsTracksRequestGetAlbumsTracksRequest. market(String market)An ISO 3166-1 alpha-2 country code or the string from_token.GetAlbumsTracksRequestGetAlbumsTracksRequest. offset(int offset)The index of the first track to return.
-