Uses of Class
se.michaelthelin.spotify.model_objects.specification.AlbumSimplified.Builder
-
Uses of AlbumSimplified.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbumSimplified.builder()
AlbumSimplified.Builder.setAlbumGroup
(AlbumGroup albumGroup) Set the album group of the album to be built.AlbumSimplified.Builder.setAlbumType
(AlbumType albumType) Set the type of the album to be built.AlbumSimplified.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the album to be built.AlbumSimplified.Builder.setAvailableMarkets
(com.neovisionaries.i18n.CountryCode... availableMarkets) Set the available markets of the album to be built.AlbumSimplified.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.AlbumSimplified.Builder.setReleaseDate
(String releaseDate) Set the release date of the album to be built.AlbumSimplified.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision of the album to be built.AlbumSimplified.Builder.setRestrictions
(Restrictions restrictions) Set the restrictions of the album to be built.AlbumSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify album URI of the album to be built.