| Modifier and Type | Method | Description |
|---|---|---|
Paging<AlbumSimplified> |
SearchResult.getAlbums() |
Get the album objects contained in the search result object.
|
| Modifier and Type | Method | Description |
|---|---|---|
SearchResult.Builder |
SearchResult.Builder.setAlbums(Paging<AlbumSimplified> albums) |
The albums setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
AlbumSimplified |
AlbumSimplified.Builder.build() |
|
AlbumSimplified |
AlbumSimplified.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
AlbumSimplified |
Track.getAlbum() |
Get the album on which the track appears.
|
| Modifier and Type | Method | Description |
|---|---|---|
Track.Builder |
Track.Builder.setAlbum(AlbumSimplified album) |
Set the album of the track to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<AlbumSimplified> |
GetArtistsAlbumsRequest.execute() |
Get the
AlbumSimplified objects. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<AlbumSimplified> |
GetListOfNewReleasesRequest.execute() |
Get a paging of new
AlbumSimplified releases. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<AlbumSimplified> |
SearchAlbumsRequest.execute() |
Search for albums.
|
Copyright © 2019. All rights reserved.