Uses of Class
com.wrapper.spotify.model_objects.specification.PlaylistTrack.Builder
-
Packages that use PlaylistTrack.Builder Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of PlaylistTrack.Builder in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return PlaylistTrack.Builder Modifier and Type Method Description PlaylistTrack.BuilderPlaylistTrack. builder()PlaylistTrack.BuilderPlaylistTrack.Builder. setAddedAt(Date addedAt)Set the "added at" date of the playlist track to be built.PlaylistTrack.BuilderPlaylistTrack.Builder. setAddedBy(User addedBy)Set the user who added the track to the playlist.PlaylistTrack.BuilderPlaylistTrack.Builder. setIsLocal(Boolean isLocal)Set whether the track to be built is local or not.PlaylistTrack.BuilderPlaylistTrack.Builder. setTrack(Track track)Set the full track object of the playlist track to be built.
-