Uses of Class
se.michaelthelin.spotify.model_objects.specification.Album.Builder
-
Uses of Album.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbum.builder()
Album.Builder.setAlbumType
(AlbumType albumType) Set the type of the album to be built.Album.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the album to be built.Album.Builder.setAvailableMarkets
(com.neovisionaries.i18n.CountryCode... availableMarkets) Set the available markets of the album to be built.Album.Builder.setCopyrights
(Copyright... copyrights) Set the copyrights of the album to be built.Album.Builder.setExternalIds
(ExternalId externalIds) Set the external IDs of the album to be built.Album.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the album to be built.Set the genres of the album to be built.Set href of Spotify Web API endpoint of the album to be built.Set album ID of the album to be built.Set the cover art in different sizes of the album to be built.Set the label of the album to be built.Set the name of the album to be built.Album.Builder.setPopularity
(Integer popularity) Set the popularity of the album to be built.Album.Builder.setReleaseDate
(String releaseDate) Set the release date of the album to be built.Album.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision of the album to be built.Album.Builder.setTracks
(Paging<TrackSimplified> tracks) Set the tracks of the album to be built.Album.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify album URI of the album to be built.