| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
TrackSimplified.Builder |
TrackSimplified.builder() |
|
TrackSimplified.Builder |
TrackSimplified.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setAvailableMarkets(com.neovisionaries.i18n.CountryCode... availableMarkets) |
Set the available markets of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setDiscNumber(Integer discNumber) |
Set the disc numer of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setDurationMs(Integer durationMs) |
Set the duration in milliseconds of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setExplicit(Boolean explicit) |
Set whether the track to be built is explicit or not.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setId(String id) |
Set track ID of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setIsPlayable(Boolean isPlayable) |
Set whether the track to be built is playable in your market region or not.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setLinkedFrom(TrackLink linkedFrom) |
Set the track link object of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setName(String name) |
Set the name of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setPreviewUrl(String previewUrl) |
Set the preview URL of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setTrackNumber(Integer trackNumber) |
Set the track number of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setUri(String uri) |
Set Spotify URI of the track to be built.
|
Copyright © 2019. All rights reserved.