Package de.umass.lastfm
Class Group
java.lang.Object
de.umass.lastfm.Group
Provides nothing more than a namespace for the API methods starting with group.
- Author:
- Janni Kovacs
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Artist>
Get the hype list for a group.static PaginatedResult<User>
getMembers
(String group, int page, String apiKey) Get a list of members for this group.static PaginatedResult<User>
getMembers
(String group, String apiKey) Get a list of members for this group.getWeeklyAlbumChart
(String group, int limit, String apiKey) getWeeklyAlbumChart
(String group, String apiKey) getWeeklyAlbumChart
(String group, String from, String to, int limit, String apiKey) getWeeklyArtistChart
(String group, int limit, String apiKey) getWeeklyArtistChart
(String group, String apiKey) getWeeklyArtistChart
(String group, String from, String to, int limit, String apiKey) static LinkedHashMap<String,
String> getWeeklyChartList
(String group, String apiKey) static Collection<Chart>
getWeeklyChartListAsCharts
(String group, String apiKey) getWeeklyTrackChart
(String group, int limit, String apiKey) getWeeklyTrackChart
(String group, String apiKey) getWeeklyTrackChart
(String group, String from, String to, int limit, String apiKey)
-
Method Details
-
getWeeklyAlbumChart
-
getWeeklyAlbumChart
-
getWeeklyAlbumChart
-
getWeeklyArtistChart
-
getWeeklyArtistChart
-
getWeeklyArtistChart
-
getWeeklyTrackChart
-
getWeeklyTrackChart
-
getWeeklyTrackChart
-
getWeeklyChartList
-
getWeeklyChartListAsCharts
-
getMembers
Get a list of members for this group.- Parameters:
group
- The group name to fetch the members ofapiKey
- A Last.fm API key- Returns:
- the list of
User
s
-
getMembers
Get a list of members for this group.- Parameters:
group
- The group name to fetch the members ofpage
- The results page you would like to fetchapiKey
- A Last.fm API key- Returns:
- the list of
User
s
-
getHype
Get the hype list for a group.- Parameters:
group
- The last.fm group nameapiKey
- A Last.fm API key- Returns:
- a Collection of
Artist
s
-