| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
AlbumSimplified.Builder |
AlbumSimplified.builder() |
|
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.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.
|
Copyright © 2019. All rights reserved.