| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
ArtistSimplified.Builder |
ArtistSimplified.builder() |
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the artist to be built.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the artist to be built.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setId(String id) |
Set artist ID of the artist to be built.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setName(String name) |
Set the name of the artist to be built.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setUri(String uri) |
Set the Spotify artist URI of the artist to be built.
|
Copyright © 2019. All rights reserved.