co.arcs.groove.thresher
Class Song.UserData
java.lang.Object
co.arcs.groove.thresher.Song.UserData
- Enclosing class:
- Song
public static class Song.UserData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Song.UserData
public Song.UserData(String timeAdded,
String timeFavorited)
getTimeAdded
@Nullable
public String getTimeAdded()
- Time the song was added to the current user's collection, or null.
getTimeFavorited
@Nullable
public String getTimeFavorited()
- Time the song was added to the current user's favorites, or null.
isFavorited
public boolean isFavorited()
isCollected
public boolean isCollected()
Copyright © 2014. All rights reserved.