Track.Builder |
Track.builder() |
|
Track.Builder |
Track.Builder.setAlbum(AlbumSimplified album) |
Set the album of the track to be built.
|
Track.Builder |
Track.Builder.setArtists(ArtistSimplified... artists) |
Set the artists of the track to be built.
|
Track.Builder |
Track.Builder.setAvailableMarkets(com.neovisionaries.i18n.CountryCode... availableMarkets) |
Set the available markets of the track to be built.
|
Track.Builder |
Track.Builder.setDiscNumber(Integer discNumber) |
Set the disc numer of the track to be built.
|
Track.Builder |
Track.Builder.setDurationMs(Integer durationMs) |
Set the duration in milliseconds of the track to be built.
|
Track.Builder |
Track.Builder.setExplicit(Boolean explicit) |
Set whether the track to be built is explicit or not.
|
Track.Builder |
Track.Builder.setExternalIds(ExternalId externalIds) |
Set the external IDs of the track to be built.
|
Track.Builder |
Track.Builder.setExternalUrls(ExternalUrl externalUrls) |
Set external URLs of the track to be built.
|
Track.Builder |
Track.Builder.setHref(String href) |
Set href of Spotify Web API endpoint of the track to be built.
|
Track.Builder |
Track.Builder.setId(String id) |
Set track ID of the track to be built.
|
Track.Builder |
Track.Builder.setIsPlayable(Boolean isPlayable) |
Set whether the track to be built is playable in your market region or not.
|
Track.Builder |
Track.Builder.setLinkedFrom(TrackLink linkedFrom) |
Set the track link object of the track to be built.
|
Track.Builder |
Track.Builder.setName(String name) |
Set the name of the track to be built.
|
Track.Builder |
Track.Builder.setPopularity(Integer popularity) |
Set the popularity of the track to be built.
|
Track.Builder |
Track.Builder.setPreviewUrl(String previewUrl) |
Set the preview URL of the track to be built.
|
Track.Builder |
Track.Builder.setRestrictions(Restrictions restrictions) |
Set the restrictions object of the track to be built.
|
Track.Builder |
Track.Builder.setTrackNumber(Integer trackNumber) |
Set the track number of the track to be built.
|
Track.Builder |
Track.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
Track.Builder |
Track.Builder.setUri(String uri) |
Set Spotify URI of the track to be built.
|