| Modifier and Type | Method | Description |
|---|---|---|
Track |
CurrentlyPlaying.getItem() |
Get the currently played track.
|
Track |
CurrentlyPlayingContext.getItem() |
Get the currently playing track, if the device is playing something.
|
| Modifier and Type | Method | Description |
|---|---|---|
CurrentlyPlaying.Builder |
CurrentlyPlaying.Builder.setItem(Track item) |
The currently playing track setter.
|
CurrentlyPlayingContext.Builder |
CurrentlyPlayingContext.Builder.setItem(Track item) |
The currently playing track setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<Track> |
SearchResult.getTracks() |
Get the track objects contained in the search result object.
|
| Modifier and Type | Method | Description |
|---|---|---|
SearchResult.Builder |
SearchResult.Builder.setTracks(Paging<Track> tracks) |
The tracks setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
Track |
Track.Builder.build() |
|
Track |
Track.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
Track |
PlaylistTrack.getTrack() |
Get a full track object from this playlist track object.
|
Track |
SavedTrack.getTrack() |
Get information about the track from a saved track object.
|
| Modifier and Type | Method | Description |
|---|---|---|
PlaylistTrack.Builder |
PlaylistTrack.Builder.setTrack(Track track) |
Set the full track object of the playlist track to be built.
|
SavedTrack.Builder |
SavedTrack.Builder.setTrack(Track track) |
Set the full track object of the saved track to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
Track[] |
GetArtistsTopTracksRequest.execute() |
Get the top
Track objects. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<Track> |
GetUsersTopTracksRequest.execute() |
Get an user's top tracks.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<Track> |
SearchTracksRequest.execute() |
Search for playlists.
|
| Modifier and Type | Method | Description |
|---|---|---|
Track[] |
GetSeveralTracksRequest.execute() |
Get several tracks.
|
Track |
GetTrackRequest.execute() |
Get a track.
|
Copyright © 2019. All rights reserved.