Uses of Class
se.michaelthelin.spotify.model_objects.specification.PlaylistTrack.Builder
-
Uses of PlaylistTrack.Builder in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionPlaylistTrack.builder()
PlaylistTrack.Builder.setAddedAt
(Date addedAt) Set the "added at" date of the playlist track to be built.PlaylistTrack.Builder.setAddedBy
(User addedBy) Set the user who added the track or episode to the playlist.PlaylistTrack.Builder.setIsLocal
(Boolean isLocal) Set whether the track to be built is local or not.PlaylistTrack.Builder.setTrack
(IPlaylistItem track) Set the full track or episode object of the playlist track to be built.