Builder to construct an Indexable for
a music album.
For reference, see: //schema.org/MusicAlbum.
| MusicAlbumBuilder | |
| MusicAlbumBuilder |
setNumTracks(int numTracks)
Sets the number of tracks in this music album.
|
| MusicAlbumBuilder |
Sets the artist who performed this album.
| artist | The artist who performed the album. |
|---|
Sets the number of tracks in this music album.
| numTracks | The number of tracks in this music album. |
|---|
Sets the tracks in this music album.
| tracks | The tracks in this music album. |
|---|