Uses of Class
se.michaelthelin.spotify.model_objects.specification.TrackSimplified.Builder
-
Uses of TrackSimplified.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionTrackSimplified.builder()
TrackSimplified.Builder.setArtists
(ArtistSimplified... artists) Set the artists of the track to be built.TrackSimplified.Builder.setAvailableMarkets
(com.neovisionaries.i18n.CountryCode... availableMarkets) Set the available markets of the track to be built.TrackSimplified.Builder.setDiscNumber
(Integer discNumber) Set the disc number of the track to be built.TrackSimplified.Builder.setDurationMs
(Integer durationMs) Set the duration in milliseconds of the track to be built.TrackSimplified.Builder.setExplicit
(Boolean explicit) Set whether the track to be built is explicit or not.TrackSimplified.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external URLs of the track to be built.Set href of Spotify Web API endpoint of the track to be built.Set track ID of the track to be built.TrackSimplified.Builder.setIsPlayable
(Boolean isPlayable) Set whether the track to be built is playable in your market region or not.TrackSimplified.Builder.setLinkedFrom
(TrackLink linkedFrom) Set the track link object of the track to be built.Set the name of the track to be built.TrackSimplified.Builder.setPreviewUrl
(String previewUrl) Set the preview URL of the track to be built.TrackSimplified.Builder.setTrackNumber
(Integer trackNumber) Set the track number of the track to be built.TrackSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.Set Spotify URI of the track to be built.