| Modifier and Type | Method | Description |
|---|---|---|
Paging<Artist> |
SearchResult.getArtists() |
Get the artist objects contained in the search result object.
|
| Modifier and Type | Method | Description |
|---|---|---|
SearchResult.Builder |
SearchResult.Builder.setArtists(Paging<Artist> artists) |
The artists setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
Artist |
Artist.Builder.build() |
|
Artist |
Artist.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
| Modifier and Type | Method | Description |
|---|---|---|
Artist |
GetArtistRequest.execute() |
Get an
Artist. |
Artist[] |
GetArtistsRelatedArtistsRequest.execute() |
Get the related
Artist objects. |
Artist[] |
GetSeveralArtistsRequest.execute() |
Get several
Artist objects. |
| Modifier and Type | Method | Description |
|---|---|---|
PagingCursorbased<Artist> |
GetUsersFollowedArtistsRequest.execute() |
Get a list of artists the user is following.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<Artist> |
GetUsersTopArtistsRequest.execute() |
Get an user's top artists.
|
| Modifier and Type | Method | Description |
|---|---|---|
Paging<Artist> |
SearchArtistsRequest.execute() |
Search for artists.
|
Copyright © 2019. All rights reserved.