Uses of Class
se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.Builder
-
Uses of AlbumSimplifiedSpecial.Builder in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.builder()
AlbumSimplifiedSpecial.Builder.setAlbumType
(AlbumType albumType) Set the type of the album to be built.AlbumSimplifiedSpecial.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the album to be built.AlbumSimplifiedSpecial.Builder.setAvailableMarkets
(com.neovisionaries.i18n.CountryCode... availableMarkets) Set the available markets of the album to be built.AlbumSimplifiedSpecial.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs 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 name of the album to be built.AlbumSimplifiedSpecial.Builder.setReleaseDate
(String releaseDate) Set the release date of the album to be built.AlbumSimplifiedSpecial.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision of the album to be built.AlbumSimplifiedSpecial.Builder.setTotalTracks
(Integer totalTracks) Set the number of total tracks of the album to be built.AlbumSimplifiedSpecial.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify album URI of the album to be built.