| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
PlaylistTrack.Builder |
PlaylistTrack.builder() |
|
PlaylistTrack.Builder |
PlaylistTrack.Builder.setAddedAt(Date addedAt) |
Set the "added at" date of the playlist track to be built.
|
PlaylistTrack.Builder |
PlaylistTrack.Builder.setAddedBy(User addedBy) |
Set the user who added the track to the playlist.
|
PlaylistTrack.Builder |
PlaylistTrack.Builder.setIsLocal(Boolean isLocal) |
Set whether the track to be built is local or not.
|
PlaylistTrack.Builder |
PlaylistTrack.Builder.setTrack(Track track) |
Set the full track object of the playlist track to be built.
|
Copyright © 2019. All rights reserved.