Builder to construct an Indexable for
a music playlist.
For reference, see: //schema.org/MusicPlaylist.
| MusicPlaylistBuilder |
setNumTracks(int numTracks)
Sets the number of tracks in this music playlist.
|
| MusicPlaylistBuilder |
Sets the number of tracks in this music playlist.
| numTracks | The number of tracks in this music playlist. |
|---|
Sets the tracks in this music playlist.
| tracks | The tracks in this music playlist. |
|---|