Uses of Class
co.arcs.groove.thresher.Song

Uses of Song in co.arcs.groove.thresher
 

Methods in co.arcs.groove.thresher that return types with arguments of type Song
 List<Song> User.Library.get()
           
 List<Song> User.Favorites.get()
           
 List<Song> Client.searchPopularSongs()
           
 List<Song> Client.searchSongs(String query)
           
 

Methods in co.arcs.groove.thresher with parameters of type Song
 boolean User.Library.add(Song... songs)
           
 boolean User.Favorites.add(Song song)
           
 InputStream Client.getStream(Song song)
           
 com.belladati.httpclientandroidlib.HttpResponse Client.getStreamResponse(Song song)
           
 URL Client.getStreamUrl(Song song)
           
 boolean User.Library.remove(Song... songs)
           
 boolean User.Favorites.remove(Song song)
           
 



Copyright © 2014. All rights reserved.