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(java.lang.Integer discNumber) |
Set the disc numer of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setDurationMs(java.lang.Integer durationMs) |
Set the duration in milliseconds of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setExplicit(java.lang.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(java.lang.String href) |
Set href of Spotify Web API endpoint of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setId(java.lang.String id) |
Set track ID of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setIsPlayable(java.lang.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(java.lang.String name) |
Set the name of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setPreviewUrl(java.lang.String previewUrl) |
Set the preview URL of the track to be built.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setTrackNumber(java.lang.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(java.lang.String uri) |
Set Spotify URI of the track to be built.
|