IModelObjectpublic class PlayHistory extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlayHistory.Builder |
Builder class for building
PlayHistory instances. |
static class |
PlayHistory.JsonUtil |
JsonUtil class for building
PlayHistory instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
PlayHistory.Builder |
builder() |
Create a builder for building an instance of a model object.
|
Context |
getContext() |
Get the context the track was played from.
|
Date |
getPlayedAt() |
Get the date and time the track was played.
|
TrackSimplified |
getTrack() |
Get the track the user listened to.
|
public TrackSimplified getTrack()
public Date getPlayedAt()
public Context getContext()
public PlayHistory.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.