Package de.sonallux.spotify.api.models
Class PlayHistory
- java.lang.Object
-
- de.sonallux.spotify.api.models.PlayHistory
-
public class PlayHistory extends Object
-
-
Constructor Summary
Constructors Constructor Description PlayHistory()
-
-
-
Field Detail
-
context
public Context context
The context the track was played from.
-
playedAt
public Instant playedAt
The date and time the track was played.
-
track
public SimplifiedTrack track
The track the user listened to.
-
-