Artist.Builder |
Artist.builder() |
|
Artist.Builder |
Artist.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the artist to be built.
|
Artist.Builder |
Artist.Builder.setFollowers(Followers followers) |
Set the followers object of the artist to be built.
|
Artist.Builder |
Artist.Builder.setGenres(String... genres) |
Set the genres of the artist to be built.
|
Artist.Builder |
Artist.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the artist to be built.
|
Artist.Builder |
Artist.Builder.setId(String id) |
Set artist ID of the artist to be built.
|
Artist.Builder |
Artist.Builder.setImages(Image... images) |
Set the images of the artist to be built, like the header image.
|
Artist.Builder |
Artist.Builder.setName(String name) |
Set the name of the artist to be built.
|
Artist.Builder |
Artist.Builder.setPopularity(Integer popularity) |
Set the popularity of the artist to be built.
|
Artist.Builder |
Artist.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
Artist.Builder |
Artist.Builder.setUri(String uri) |
Set the Spotify artist URI of the artist to be built.
|