AlbumSimplified.Builder |
AlbumSimplified.builder() |
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setAlbumGroup(AlbumGroup albumGroup) |
Set the album group of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setAlbumType(AlbumType albumType) |
Set the type of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setAvailableMarkets(com.neovisionaries.i18n.CountryCode... availableMarkets) |
Set the available markets of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setId(String id) |
Set album ID of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setImages(Image... images) |
Set the cover art in different sizes of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setName(String name) |
Set the name of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setReleaseDate(String releaseDate) |
Set the release date of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) |
Set the release date precision of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setRestrictions(Restrictions restrictions) |
Set the restrictions of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setUri(String uri) |
Set the Spotify album URI of the album to be built.
|