| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.builder() |
|
Album.Builder |
Album.Builder.setAlbumType(AlbumType albumType) |
Set the type of the album to be built.
|
Album.Builder |
Album.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the album to be built.
|
Album.Builder |
Album.Builder.setAvailableMarkets(com.neovisionaries.i18n.CountryCode... availableMarkets) |
Set the available markets of the album to be built.
|
Album.Builder |
Album.Builder.setCopyrights(Copyright... copyrights) |
Set the copyrights of the album to be built.
|
Album.Builder |
Album.Builder.setExternalIds(ExternalId externalIds) |
Set the external IDs of the album to be built.
|
Album.Builder |
Album.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the album to be built.
|
Album.Builder |
Album.Builder.setGenres(String... genres) |
Set the genres of the album to be built.
|
Album.Builder |
Album.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the album to be built.
|
Album.Builder |
Album.Builder.setId(String id) |
Set album ID of the album to be built.
|
Album.Builder |
Album.Builder.setImages(Image... images) |
Set the cover art in different sizes of the album to be built.
|
Album.Builder |
Album.Builder.setLabel(String label) |
Set the label of the album to be built.
|
Album.Builder |
Album.Builder.setName(String name) |
Set the name of the album to be built.
|
Album.Builder |
Album.Builder.setPopularity(Integer popularity) |
Set the popularity of the album to be built.
|
Album.Builder |
Album.Builder.setReleaseDate(String releaseDate) |
Set the release date of the album to be built.
|
Album.Builder |
Album.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) |
Set the release date precision of the album to be built.
|
Album.Builder |
Album.Builder.setTracks(Paging<TrackSimplified> tracks) |
Set the tracks of the album to be built.
|
Album.Builder |
Album.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
Album.Builder |
Album.Builder.setUri(String uri) |
Set the Spotify album URI of the album to be built.
|
Copyright © 2019. All rights reserved.